Searched refs:shapeIndex (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | turtle.py | 2485 def __init__(self, screen, shapeIndex): argument 2488 self._setshape(shapeIndex) 2490 def _setshape(self, shapeIndex): argument 2492 self.shapeIndex = shapeIndex 2493 if self._type == "polygon" == screen._shapes[shapeIndex]._type: 2495 if self._type == "image" == screen._shapes[shapeIndex]._type: 2502 self._type = screen._shapes[shapeIndex]._type 2509 screen._shapes[shapeIndex]._data] 2738 q.turtle = _TurtleImage(screen, self.turtle.shapeIndex) 2741 ttype = screen._shapes[self.turtle.shapeIndex]._type [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 2390 def __init__(self, screen, shapeIndex): argument 2393 self._setshape(shapeIndex) 2395 def _setshape(self, shapeIndex): argument 2397 self.shapeIndex = shapeIndex 2398 if self._type == "polygon" == screen._shapes[shapeIndex]._type: 2400 if self._type == "image" == screen._shapes[shapeIndex]._type: 2407 self._type = screen._shapes[shapeIndex]._type 2414 screen._shapes[shapeIndex]._data] 2643 q.turtle = _TurtleImage(screen, self.turtle.shapeIndex) 2646 ttype = screen._shapes[self.turtle.shapeIndex]._type [all …]
|
/external/tensorflow/tensorflow/compiler/xla/service/mlir_gpu/ |
D | mlir_compiler.cc | 287 auto shapeIndex = builder.create<mlir::LLVM::ConstantOp>( in InsertBufferLoadPreduleIntoKernel() local 342 llvm::ArrayRef<Value>{zero, shapeIndex, index}); in InsertBufferLoadPreduleIntoKernel()
|