Searched refs:_shapes (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | data_flow_ops.py | 164 self._shapes = [tensor_shape.TensorShape(s) for s in shapes] 166 self._shapes = [tensor_shape.unknown_shape() for _ in self._dtypes] 245 return self._shapes 340 for val, shape in zip(vals, self._shapes): 388 for val, shape in zip(vals, self._shapes): 454 for output, shape in zip(op.values(), self._shapes): 496 for output, shape in zip(op.values(), self._shapes): 538 for output, shape in zip(op.values(), self._shapes): 981 self._shapes = [tensor_shape.TensorShape(s) for s in shapes] 982 for i, shape in enumerate(self._shapes): [all …]
|
/external/tensorflow/tensorflow/contrib/training/python/training/ |
D | bucket_ops.py | 50 _shapes = input_py._shapes variable 192 shapes = _shapes([tensor_list], shapes, enqueue_many=False)
|
/external/python/cpython3/Lib/ |
D | turtle.py | 967 self._shapes = { 1140 self._shapes[name] = shape 1347 return sorted(self._shapes.keys()) 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 2506 self._item = screen._createimage(screen._shapes["blank"]._data) 2509 screen._shapes[shapeIndex]._data] 2741 ttype = screen._shapes[self.turtle.shapeIndex]._type 2745 q.turtle._item = screen._createimage(screen._shapes["blank"]._data) [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 923 self._shapes = { 1087 self._shapes[name] = shape 1295 return sorted(self._shapes.keys()) 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 2411 self._item = screen._createimage(screen._shapes["blank"]._data) 2414 screen._shapes[shapeIndex]._data] 2646 ttype = screen._shapes[self.turtle.shapeIndex]._type 2650 q.turtle._item = screen._createimage(screen._shapes["blank"]._data) [all …]
|
/external/tensorflow/tensorflow/python/training/ |
D | input.py | 682 def _shapes(tensor_list_list, shapes, enqueue_many): function 778 shapes = _shapes([tensor_list], shapes, enqueue_many) 818 shapes = _shapes(tensor_list_list, shapes, enqueue_many) 857 shapes = _shapes([tensor_list], shapes, enqueue_many) 899 shapes = _shapes(tensor_list_list, shapes, enqueue_many)
|