Searched defs:image_shape (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/contrib/gan/python/eval/python/ |
D | eval_utils_impl.py | 34 def image_grid(input_tensor, grid_shape, image_shape=(32, 32), num_channels=3): argument
|
/external/tensorflow/tensorflow/core/kernels/ |
D | extract_jpeg_shape_op.cc | 57 Tensor* image_shape = nullptr; in Compute() local
|
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | test_utils.py | 62 def generate_image(image_shape, image_format='jpeg', label=0): argument
|
D | tfexample_decoder_test.py | 77 def GenerateImage(self, image_format, image_shape, image_dtype=np.uint8): argument
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/densenet/ |
D | densenet_graph_test.py | 32 def image_shape(batch_size): function
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/ |
D | resnet50_graph_test.py | 35 def image_shape(batch_size): function
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | image_grad.cc | 113 auto image_shape = Shape(scope, op.input(0)); in CropAndResizeGradHelper() local
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | morphological_ops_test.py | 185 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument 461 def _ConstructAndTestGradient(self, image_shape, kernel_shape, strides, rates, argument
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator.cc | 579 auto image_shape = in ConvolutionDimensionsFromInputs() local 1444 auto image_shape = in OpDimensionsFromInputs() local
|