Home
last modified time | relevance | path

Searched refs:block_shape_ (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dbatch_to_space_nd_test.cc35 PopulateTensor<int>(block_shape_, data); in SetBlockShape()
50 int block_shape_; member in tflite::__anon9f6216280111::BatchToSpaceNDOpModel
68 block_shape_ = AddConstInput(TensorType_INT32, block_shape, {2}); in BatchToSpaceNDOpConstModel()
92 block_shape_ = AddInput(TensorType_INT32); in BatchToSpaceNDOpDynamicModel()
Dspace_to_batch_nd_test.cc40 PopulateTensor<int>(block_shape_, data); in SetBlockShape()
58 int block_shape_; member in tflite::__anonf57345680111::SpaceToBatchNDOpModel
76 block_shape_ = AddConstInput(TensorType_INT32, block_shape, {2}); in SpaceToBatchNDOpConstModel()
100 block_shape_ = AddInput(TensorType_INT32); in SpaceToBatchNDOpDynamicModel()
/external/tensorflow/tensorflow/core/kernels/
Dspacetobatch_op.cc233 block_shape_ = Tensor(tensorflow::DT_INT64, TensorShape({2})); in SpaceToBatchOp()
234 auto block_shape_vec = block_shape_.vec<int64>(); in SpaceToBatchOp()
249 context, in0, block_shape_, in1)); in Compute()
254 Tensor block_shape_; member in tensorflow::SpaceToBatchOp
Dbatchtospace_op.cc228 block_shape_ = Tensor(tensorflow::DT_INT64, TensorShape({2})); in BatchToSpaceOp()
229 auto block_shape_vec = block_shape_.vec<int64>(); in BatchToSpaceOp()
245 BatchToSpaceOpCompute<Device, T>(context, in0, block_shape_, in1); in Compute()
250 Tensor block_shape_; member in tensorflow::BatchToSpaceOp
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate_test.cc1600 PopulateTensor<int>(block_shape_, data); in SetBlockShape()
1612 int block_shape_; member in tflite::__anon0c68fcb70111::SpaceToBatchNDOpModel
1623 block_shape_ = AddConstInput(TensorType_INT32, block_shape, {2}); in SpaceToBatchNDOpConstModel()