Searched defs:space_to_depth (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dspace_to_depth.cc26 namespace space_to_depth { namespace in namespace:tflite::ops::builtin
124 } // namespace space_to_depth
128 nullptr, nullptr, space_to_depth::Prepare,
129 space_to_depth::Eval<space_to_depth::kReference>};
135 nullptr, nullptr, space_to_depth::Prepare,
136 space_to_depth::Eval<space_to_depth::kGenericOptimized>};
/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py59 @@space_to_depth
2269 @tf_export("space_to_depth")
2270 def space_to_depth(input, block_size, name=None, data_format="NHWC"): # pylint: disable=redefined-builtin function
2271 return gen_array_ops.space_to_depth(input, block_size, data_format, name=name)
2274 space_to_depth.__doc__ = gen_array_ops.space_to_depth.__doc__

Completed in 107 milliseconds