Searched refs:batch_to_space_nd (Results 1 – 19 of 19) sorted by relevance
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
D | not_supported.txt | 29 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/ |
D | batch_to_space_nd.cc | 28 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()
|
D | Android.bp | 45 "batch_to_space_nd.cc",
|
D | BUILD | 159 "batch_to_space_nd.cc",
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | batchtospace_op_test.py | 145 _ = 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)
|
D | spacetobatch_op_test.py | 210 x_tf = array_ops.batch_to_space_nd(
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_BatchToSpaceND.pbtxt | 5 name: "batch_to_space_nd" 9 name: "manip.batch_to_space_nd"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.manip.pbtxt | 4 name: "batch_to_space_nd"
|
D | tensorflow.pbtxt | 888 name: "batch_to_space_nd"
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | spacetobatch_op_test.py | 182 x_tf = array_ops.batch_to_space_nd(placeholder, block_shape,
|
/external/tensorflow/tensorflow/lite/ |
D | tflite_static.bp | 50 "kernels/batch_to_space_nd.cc",
|
D | build_def.bzl | 235 "batch_to_space_nd",
|
/external/tensorflow/tensorflow/contrib/quantize/python/ |
D | fold_batch_norms.py | 481 conv = array_ops.batch_to_space_nd( 802 corrected_output = array_ops.batch_to_space_nd(
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_compatibility.md | 43 * [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/ |
D | array_ops.py | 2745 result = batch_to_space_nd( 2896 return batch_to_space_nd(input=input,
|
D | array_grad.py | 663 array_ops.batch_to_space_nd(grad, op.inputs[1], op.inputs[2]), None, None
|
D | nn_ops.py | 621 result_converted = array_ops.batch_to_space_nd(
|
/external/tensorflow/tensorflow/lite/testing/ |
D | generate_examples.py | 2658 out = tf.batch_to_space_nd(input_tensor, block_shape, crops)
|
/external/tensorflow/ |
D | RELEASE.md | 358 …* New endpoints in tf.manip namespace: `tf.manip.batch_to_space_nd`, `tf.manip.gather_nd`, `tf.man…
|