Searched refs:input_np (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/contrib/resampler/xla/ |
D | resampler_ops_xla_test.py | 42 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/ |
D | inception_v1_test.py | 145 input_np = np.random.uniform(0, 1, (batch_size, height, width, 3)) 154 feed_dict = {inputs: input_np}
|
D | inception_v2_test.py | 198 input_np = np.random.uniform(0, 1, (batch_size, height, width, 3)) 207 feed_dict = {inputs: input_np}
|
D | inception_v3_test.py | 228 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/ |
D | optimizer_v2_test.py | 480 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/ |
D | training_test.py | 128 input_np = np.random.random((10, 3)) 137 'input_a:0': input_np,
|