Searched defs:images_t (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/image/kernels/ |
D | image_ops.cc | 72 const Tensor& images_t = ctx->input(0); in Compute() local
|
D | segmentation_ops.cc | 44 const Tensor& images_t = ctx->input(0); in Compute() local
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 1096 def resize_fn(images_t, new_size): argument 1205 def resize_fn(images_t, new_size): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_test.cc | 1108 Tensor images_t = MakeRandomTensor({batch, height, width, in_depth}); in Conv2D() local 1236 Tensor images_t = MakeRandomTensor({batch, height, width, in_depth}); local 1268 Tensor images_t = MakeRandomTensor({batch, height, width, in_depth}); local
|