Home
last modified time | relevance | path

Searched refs:space_to_batch (Results 1 – 14 of 14) sorted by relevance

/external/ComputeLibrary/tests/validation/reference/
DSpaceToBatch.cpp38 SimpleTensor<T> space_to_batch(const SimpleTensor<T> &src, const SimpleTensor<int32_t> &block_shape… in space_to_batch() function
94 template SimpleTensor<float> space_to_batch(const SimpleTensor<float> &src, const SimpleTensor<int3…
95 template SimpleTensor<half> space_to_batch(const SimpleTensor<half> &src, const SimpleTensor<int32_…
96 template SimpleTensor<uint8_t> space_to_batch(const SimpleTensor<uint8_t> &src, const SimpleTensor<…
DSpaceToBatch.h39 SimpleTensor<T> space_to_batch(const SimpleTensor<T> &src, const SimpleTensor<int32_t> &block_shape…
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dspacetobatch_op_test.py76 def space_to_batch(*args, **kwargs): member in PythonOpImpl
77 return array_ops.space_to_batch(*args, **kwargs)
87 def space_to_batch(*args, **kwargs): member in CppOpImpl
88 return gen_array_ops.space_to_batch(*args, **kwargs)
104 x_tf = self.space_to_batch(
323 y1 = self.space_to_batch(x, paddings, block_size=block_size)
345 _ = self.space_to_batch(x_np, paddings, block_size)
354 out_tf = self.space_to_batch(x_np, paddings, block_size)
364 out_tf = self.space_to_batch(x_np, paddings, block_size)
374 out_tf = self.space_to_batch(x_np, paddings, block_size)
[all …]
/external/ComputeLibrary/tests/validation/fixtures/
DSpaceToBatchFixture.h79 FunctionType space_to_batch; in compute_target() local
80 space_to_batch.configure(&input, &block_shape, &paddings, &output); in compute_target()
110 space_to_batch.run(); in compute_target()
132 return reference::space_to_batch(input, block_shape, paddings, output_shape); in compute_reference()
/external/tensorflow/tensorflow/compiler/tests/
Ddepthwise_conv_op_test.py590 t3 = array_ops.space_to_batch(
668 native_t3 = array_ops.space_to_batch(
670 native_t0_transform = array_ops.space_to_batch(
Dspacetobatch_op_test.py76 x_tf = gen_array_ops.space_to_batch(
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Datrous_conv2d_test.py128 y2 = array_ops.space_to_batch(x, paddings=pad, block_size=rate)
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py4078 def space_to_batch( # pylint: disable=missing-docstring function
4096 space_to_batch.__doc__ = gen_array_ops.space_to_batch.__doc__
Darray_grad.py953 array_ops.space_to_batch(grad, op.inputs[1], block_size=block_size), None
Dnn_ops.py2949 value = array_ops.space_to_batch(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.nn.pbtxt320 name: "space_to_batch"
Dtensorflow.pbtxt1036 name: "space_to_batch"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.nn.pbtxt392 name: "space_to_batch"
Dtensorflow.pbtxt2144 name: "space_to_batch"