Home
last modified time | relevance | path

Searched refs:shapeOptions (Results 1 – 2 of 2) sorted by relevance

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/GoogleMap/CodeIgniter-Google-Maps-V3-API/
H A DGooglemaps.php1487 $shapeOptions = '';
1496 $shapeOptions .= ',
1506 }'.$shapeOptions.'
/dports/misc/py-tflite-support/tflite-support-0.1.0a1/tflite_support/
H A Dschema_py_generated.py2641 shapeOptions = ShapeOptions()
2642 shapeOptions.Init(buf, pos)
2643 return cls.InitFromObj(shapeOptions)
2646 def InitFromObj(cls, shapeOptions): argument
2648 x._UnPack(shapeOptions)
2652 def _UnPack(self, shapeOptions): argument
2653 if shapeOptions is None:
2655 self.outType = shapeOptions.OutType()
2661 shapeOptions = ShapeOptionsEnd(builder)
2662 return shapeOptions