| /external/ComputeLibrary/src/runtime/CL/functions/ | 
| D | CLDepthToSpaceLayer.cpp | 34 void CLDepthToSpaceLayer::configure(const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()39 … CLCompileContext &compile_context, const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()
 47 …pthToSpaceLayer::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| D | CLSpaceToDepthLayer.cpp | 45 void CLSpaceToDepthLayer::configure(const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()50 … CLCompileContext &compile_context, const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()
 56 …aceToDepthLayer::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| D | CLBatchToSpaceLayer.cpp | 46 void CLBatchToSpaceLayer::configure(const ICLTensor *input, const ICLTensor *block_shape, ICLTensor…  in configure()51 …st CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *block_shape, ICLTen…  in configure()
 68 Status CLBatchToSpaceLayer::validate(const ITensorInfo *input, const ITensorInfo *block_shape, cons…  in validate()
 
 | 
| D | CLSpaceToBatchLayer.cpp | 47 void CLSpaceToBatchLayer::configure(const ICLTensor *input, const ICLTensor *block_shape, const ICL…  in configure()52 …st CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *block_shape, const …  in configure()
 84 Status CLSpaceToBatchLayer::validate(const ITensorInfo *input, const ITensorInfo *block_shape, cons…  in validate()
 
 | 
| /external/ComputeLibrary/src/core/CL/kernels/ | 
| D | CLDepthToSpaceLayerKernel.cpp | 39 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate_arguments()71 …LDepthToSpaceLayerKernel::configure(const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()
 76 … CLCompileContext &compile_context, const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()
 109 …paceLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| D | CLSpaceToDepthLayerKernel.cpp | 39 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate_arguments()72 …LSpaceToDepthLayerKernel::configure(const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()
 77 … CLCompileContext &compile_context, const ICLTensor *input, ICLTensor *output, int32_t block_shape)  in configure()
 108 …epthLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| D | CLBatchToSpaceLayerKernel.cpp | 89 void CLBatchToSpaceLayerKernel::configure(const ICLTensor *input, const ICLTensor *block_shape, ICL…  in configure()94 …st CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *block_shape, ICLTen…  in configure()
 155 Status CLBatchToSpaceLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *block_shape…  in validate()
 
 | 
| D | CLSpaceToBatchLayerKernel.cpp | 90 void CLSpaceToBatchLayerKernel::configure(const ICLTensor *input, const ICLTensor *block_shape, con…  in configure()95 …st CLCompileContext &compile_context, const ICLTensor *input, const ICLTensor *block_shape, const …  in configure()
 175 Status CLSpaceToBatchLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *block_shape…  in validate()
 
 | 
| /external/ComputeLibrary/src/graph/nodes/ | 
| D | DepthToSpaceLayerNode.cpp | 35 DepthToSpaceLayerNode::DepthToSpaceLayerNode(int block_shape)  in DepthToSpaceLayerNode()42 int DepthToSpaceLayerNode::block_shape() const  in block_shape()  function in arm_compute::graph::DepthToSpaceLayerNode
 47 …paceLayerNode::compute_output_descriptor(const TensorDescriptor &input_descriptor, int block_shape)  in compute_output_descriptor()
 
 | 
| /external/ComputeLibrary/tests/validation/fixtures/ | 
| D | DepthToSpaceLayerFixture.h | 43 …void setup(TensorShape input_shape, int32_t block_shape, TensorShape output_shape, DataType data_t…  in setup()59 …  TensorType compute_target(TensorShape input_shape, int32_t block_shape, TensorShape output_shape,  in compute_target()
 95     SimpleTensor<T> compute_reference(const TensorShape &input_shape, int32_t block_shape,  in compute_reference()
 
 | 
| D | SpaceToDepthFixture.h | 44 …void setup(TensorShape input_shape, TensorShape output_shape, const int block_shape, DataType data…  in setup()60 …TensorType compute_target(TensorShape input_shape, TensorShape output_shape, const int block_shape,  in compute_target()
 102                                       const int block_shape, DataType data_type)  in compute_reference()
 
 | 
| /external/tensorflow/tensorflow/python/kernel_tests/array_ops/ | 
| D | spacetobatch_op_test.py | 32 def space_to_batch_direct(input_array, block_shape, paddings):  argument198   def _testPad(self, inputs, block_shape, paddings, outputs):  argument
 212   def _testDirect(self, input_shape, block_shape, paddings):  argument
 420   def _testStaticShape(self, input_shape, block_shape, paddings, error):  argument
 429   def _testDynamicShape(self, input_shape, block_shape, paddings):  argument
 447   def _testShape(self, input_shape, block_shape, paddings, error):  argument
 605   def _checkGrad(self, x, block_shape, paddings):  argument
 622   def _compare(self, input_shape, block_shape, paddings):  argument
 648   def _checkProperties(self, input_shape, block_shape, base_paddings, paddings,  argument
 668   def _test(self, input_shape, block_shape, base_paddings):  argument
 
 | 
| D | batchtospace_op_test.py | 135   def _testStaticShape(self, input_shape, block_shape, paddings, error):  argument144   def _testDynamicShape(self, input_shape, block_shape, paddings):  argument
 163   def _testShape(self, input_shape, block_shape, paddings, error):  argument
 306   def _checkGrad(self, x, block_shape, crops, crops_dtype):  argument
 324   def _compare(self, input_shape, block_shape, crops, crops_dtype):  argument
 
 | 
| /external/ComputeLibrary/src/runtime/NEON/functions/ | 
| D | NEDepthToSpaceLayer.cpp | 36 void NEDepthToSpaceLayer::configure(const ITensor *input, ITensor *output, int32_t block_shape)  in configure()45 …pthToSpaceLayer::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| D | NESpaceToDepthLayer.cpp | 44 void NESpaceToDepthLayer::configure(const ITensor *input, ITensor *output, int32_t block_shape)  in configure()53 …aceToDepthLayer::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| D | NEBatchToSpaceLayer.cpp | 36 void NEBatchToSpaceLayer::configure(const ITensor *input, const ITensor *block_shape, ITensor *outp…  in configure()51 Status NEBatchToSpaceLayer::validate(const ITensorInfo *input, const ITensorInfo *block_shape, cons…  in validate()
 
 | 
| D | NESpaceToBatchLayer.cpp | 45 void NESpaceToBatchLayer::configure(const ITensor *input, const ITensor *block_shape, const ITensor…  in configure()74 Status NESpaceToBatchLayer::validate(const ITensorInfo *input, const ITensorInfo *block_shape, cons…  in validate()
 
 | 
| /external/ComputeLibrary/src/core/NEON/kernels/ | 
| D | NESpaceToDepthLayerKernel.cpp | 44 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate_arguments()77 …id NESpaceToDepthLayerKernel::configure(const ITensor *input, ITensor *output, int32_t block_shape)  in configure()
 96 …epthLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| D | NEDepthToSpaceLayerKernel.cpp | 44 Status validate_arguments(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate_arguments()74 …id NEDepthToSpaceLayerKernel::configure(const ITensor *input, ITensor *output, int32_t block_shape)  in configure()
 94 …paceLayerKernel::validate(const ITensorInfo *input, const ITensorInfo *output, int32_t block_shape)  in validate()
 
 | 
| /external/tensorflow/tensorflow/compiler/tests/ | 
| D | spacetobatch_op_test.py | 27 def space_to_batch_direct(input_array, block_shape, paddings):  argument175   def _testPad(self, inputs, block_shape, paddings, outputs):  argument
 207   def _testDirect(self, input_shape, block_shape, paddings):  argument
 
 | 
| /external/tensorflow/tensorflow/core/ops/ | 
| D | array_ops_test.cc | 1438     Tensor block_shape = test::AsTensor<int32>({2, 3});  in TEST()  local1465     Tensor block_shape = test::AsTensor<int32>({0, 2});  in TEST()  local
 1472     Tensor block_shape = test::AsTensor<int32>({1, 1});  in TEST()  local
 1482     Tensor block_shape = test::AsTensor<int32>({3, 3});  in TEST()  local
 1492     Tensor block_shape = test::AsTensor<int32>({});  in TEST()  local
 1565     Tensor block_shape = test::AsTensor<int32>({2, 3});  in TEST()  local
 1596     Tensor block_shape = test::AsTensor<int32>({0, 2});  in TEST()  local
 1603     Tensor block_shape = test::AsTensor<int32>({1, 1});  in TEST()  local
 1614     Tensor block_shape = test::AsTensor<int32>({2, 2});  in TEST()  local
 1625     Tensor block_shape = test::AsTensor<int32>({2, 3});  in TEST()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/kernels/ | 
| D | batchtospace_op.cc | 26                   absl::Span<const int64_t> block_shape,  in BatchToSpace()151     std::vector<int64_t> block_shape;  in Compile()  local
 
 | 
| D | spacetobatch_op.cc | 27                   absl::Span<const int64_t> block_shape,  in SpaceToBatch()167     std::vector<int64_t> block_shape;  in Compile()  local
 
 | 
| /external/tensorflow/tensorflow/lite/kernels/ | 
| D | batch_to_space_nd.cc | 44   const TfLiteTensor* block_shape;  member59   const int* block_shape = GetTensorData<int32>(op_context->block_shape);  in ResizeOutputTensor()  local
 
 | 
| D | space_to_batch_nd.cc | 45   const TfLiteTensor* block_shape;  member60   const int32* block_shape = GetTensorData<int32>(op_context->block_shape);  in ResizeOutputTensor()  local
 
 |