Home
last modified time | relevance | path

Searched refs:output_image (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/examples/wav_to_spectrogram/
Dwav_to_spectrogram_test.cc27 const tensorflow::string output_image = tensorflow::io::JoinPath( in TEST() local
35 TF_ASSERT_OK(WavToSpectrogram(input_wav, 4, 4, 64.0f, output_image)); in TEST()
36 TF_EXPECT_OK(tensorflow::Env::Default()->FileExists(output_image)); in TEST()
Dmain.cc32 tensorflow::string output_image = "spectrogram.png"; in main() local
41 tensorflow::Flag("output_image", &output_image, in main()
59 input_wav, window_size, stride, brightness, output_image); in main()
Dwav_to_spectrogram.cc46 const tensorflow::string& output_image) { in WavToSpectrogram() argument
75 root.WithOpName("output_image"), output_image, png_encoder); in WavToSpectrogram()
DREADME.md34 The `--output_image` flag sets the path to save the image file to. This is
48 --output_image=/tmp/my_spectrogram.png
Dwav_to_spectrogram.h29 const tensorflow::string& output_image);
/external/tensorflow/tensorflow/python/keras/layers/preprocessing/
Dimage_preprocessing_test.py99 output_image = layer(input_image)
107 self.assertAllEqual(expected_output, output_image)
115 output_image = layer(input_image)
125 self.assertAllEqual(expected_output, output_image)
537 output_image = layer(input_image)
548 self.assertAllEqual(expected_output, output_image)
557 output_image = layer(input_image)
568 self.assertAllEqual(expected_output, output_image)
577 output_image = layer(input_image)
588 self.assertAllEqual(expected_output, output_image)
[all …]
/external/tensorflow/tensorflow/python/ops/
Dimage_grad_deterministic_test.py92 output_image = image_ops.resize_bilinear(
97 gradient_injector_output = output_image * upstream_gradients
108 output_image = image_ops.resize_bilinear(
113 gradient_injector_output = output_image * upstream_gradients
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DLRNGrad.pbtxt12 name: "output_image"
72 name: "output_image"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DLRNGrad.pbtxt12 name: "output_image"
72 name: "output_image"
/external/tensorflow/tensorflow/python/kernel_tests/
Dfractional_avg_pool_op_test.py55 output_image = np.zeros(input_matrix.shape[1])
61 output_image = np.vstack((output_image, np.mean(
64 return output_image[1:, :]
Dfractional_max_pool_op_test.py55 output_image = np.zeros(input_matrix.shape[1])
61 output_image = np.vstack((output_image, np.amax(
64 return output_image[1:, :]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_LRNGrad.pbtxt17 name: "output_image"
/external/vboot_reference/scripts/image_signing/
Dsign_official_build.sh26 Usage: $PROG <type> input_image /path/to/keys/dir [output_image] [version_file]
37 output_image: File name of the signed output image
40 If you are signing an image, you must specify an [output_image] and
/external/ImageMagick/MagickCore/
Dopencl.c1693 const size_t *lsize,const Image *input_image,const Image *output_image, in EnqueueOpenCLKernel() argument
1715 if (output_image == (const Image *) NULL) in EnqueueOpenCLKernel()
1720 output_info=(CacheInfo *) output_image->cache; in EnqueueOpenCLKernel()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt2077 …argspec: "args=[\'input_grads\', \'input_image\', \'output_image\', \'depth_radius\', \'bias\', \'…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2077 …argspec: "args=[\'input_grads\', \'input_image\', \'output_image\', \'depth_radius\', \'bias\', \'…
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt14923 name: "output_image"
14970 name: "output_image"
Dops_history.v2.pbtxt31001 name: "output_image"
31061 name: "output_image"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go38910 func LRNGrad(scope *Scope, input_grads tf.Output, input_image tf.Output, output_image tf.Output, op…
38921 input_grads, input_image, output_image,
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt20660 name: "output_image"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td6002 …6, TF_Float16, TF_Float32]>, [{4-D with shape `[batch, height, width, channels]`.}]>:$output_image,