Home
last modified time | relevance | path

Searched refs:batch_to_space_nd (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dnot_supported.txt29 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=True,constant_crops=True…
30 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=True,constant_crops=Fals…
31 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=False,constant_crops=Tru…
32 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=False,constant_crops=Fal…
33 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=True,constant_crops=True…
34 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=True,constant_crops=Fals…
35 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=False,constant_crops=Tru…
36 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=False,constant_crops=Fal…
37 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=True,constant_crops=True…
38 batch_to_space_nd/batch_to_space_nd_block_shape=[1,4],constant_block_shape=True,constant_crops=Fals…
[all …]
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_to_space_nd.cc28 namespace batch_to_space_nd { namespace
186 nullptr, nullptr, batch_to_space_nd::Prepare, in Register_BATCH_TO_SPACE_ND_REF()
187 batch_to_space_nd::Eval<batch_to_space_nd::kReference>}; in Register_BATCH_TO_SPACE_ND_REF()
193 nullptr, nullptr, batch_to_space_nd::Prepare, in Register_BATCH_TO_SPACE_ND_GENERIC_OPT()
194 batch_to_space_nd::Eval<batch_to_space_nd::kGenericOptimized>}; in Register_BATCH_TO_SPACE_ND_GENERIC_OPT()
DAndroid.bp45 "batch_to_space_nd.cc",
DBUILD159 "batch_to_space_nd.cc",
/external/tensorflow/tensorflow/python/kernel_tests/
Dbatchtospace_op_test.py145 _ = array_ops.batch_to_space_nd(
157 t = array_ops.batch_to_space_nd(input_placeholder, block_shape_placeholder,
202 _ = array_ops.batch_to_space_nd(
209 t = array_ops.batch_to_space_nd(
218 t = array_ops.batch_to_space_nd(
227 t = array_ops.batch_to_space_nd(
234 t = array_ops.batch_to_space_nd(
241 t = array_ops.batch_to_space_nd(
316 tf_y = array_ops.batch_to_space_nd(tf_x, block_shape, crops)
Dspacetobatch_op_test.py210 x_tf = array_ops.batch_to_space_nd(
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_BatchToSpaceND.pbtxt5 name: "batch_to_space_nd"
9 name: "manip.batch_to_space_nd"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.manip.pbtxt4 name: "batch_to_space_nd"
Dtensorflow.pbtxt888 name: "batch_to_space_nd"
/external/tensorflow/tensorflow/compiler/tests/
Dspacetobatch_op_test.py182 x_tf = array_ops.batch_to_space_nd(placeholder, block_shape,
/external/tensorflow/tensorflow/lite/
Dtflite_static.bp50 "kernels/batch_to_space_nd.cc",
Dbuild_def.bzl235 "batch_to_space_nd",
/external/tensorflow/tensorflow/contrib/quantize/python/
Dfold_batch_norms.py481 conv = array_ops.batch_to_space_nd(
802 corrected_output = array_ops.batch_to_space_nd(
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_compatibility.md43 * [tf.batch_to_space_nd](https://www.tensorflow.org/api_docs/python/tf/batch_to_space_nd) -
233 0: tensor rearranged using block_shape. See tf.batch_to_space_nd for
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py2745 result = batch_to_space_nd(
2896 return batch_to_space_nd(input=input,
Darray_grad.py663 array_ops.batch_to_space_nd(grad, op.inputs[1], op.inputs[2]), None, None
Dnn_ops.py621 result_converted = array_ops.batch_to_space_nd(
/external/tensorflow/tensorflow/lite/testing/
Dgenerate_examples.py2658 out = tf.batch_to_space_nd(input_tensor, block_shape, crops)
/external/tensorflow/
DRELEASE.md358 …* New endpoints in tf.manip namespace: `tf.manip.batch_to_space_nd`, `tf.manip.gather_nd`, `tf.man…