Home
last modified time | relevance | path

Searched refs:input_np (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/resampler/xla/
Dresampler_ops_xla_test.py42 def _assertBackwardOpMatchesExpected(self, input_np, warp_np, grad_output_np, argument
45 input_image = array_ops.placeholder(input_np.dtype)
53 input_image: input_np,
67 input_np = np.array(input_data, dtype=dtype).reshape(input_shape)
73 self._assertForwardOpMatchesExpected(input_np, warp_np, expected)
82 self._assertBackwardOpMatchesExpected(input_np, warp_np, grad_output,
90 input_np = np.array(input_rgb_data, dtype=dtype).reshape(input_shape)
96 self._assertForwardOpMatchesExpected(input_np, warp_np, expected)
107 self._assertBackwardOpMatchesExpected(input_np, warp_np, grad_output,
120 input_np = np.array(input_rgb_data, dtype=dtype).reshape(input_shape)
[all …]
/external/tensorflow/tensorflow/contrib/slim/python/slim/nets/
Dinception_v1_test.py145 input_np = np.random.uniform(0, 1, (batch_size, height, width, 3))
154 feed_dict = {inputs: input_np}
Dinception_v2_test.py198 input_np = np.random.uniform(0, 1, (batch_size, height, width, 3))
207 feed_dict = {inputs: input_np}
Dinception_v3_test.py228 input_np = np.random.uniform(0, 1, (batch_size, height, width, 3))
236 feed_dict = {inputs: input_np}
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Doptimizer_v2_test.py480 input_np = np.random.random((10, 3))
495 input_np,
498 validation_data=(input_np, output_np),
515 input_np,
518 validation_data=(input_np, output_np),
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_test.py128 input_np = np.random.random((10, 3))
137 'input_a:0': input_np,