Home
last modified time | relevance | path

Searched defs:crops (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatchtospace_op.cc27 const xla::Literal& crops) { in BatchToSpace()
154 xla::Literal crops; in Compile() local
176 xla::Literal crops; in Compile() local
/external/tensorflow/tensorflow/lite/kernels/
Dbatch_to_space_nd.cc45 const TfLiteTensor* crops; member
60 const int* crops = GetTensorData<int32>(op_context->crops); in ResizeOutputTensor() local
Dbatch_to_space_nd_test.cc65 std::initializer_list<int> crops, in BatchToSpaceNDOpConstModel()
/external/tensorflow/tensorflow/python/kernel_tests/
Dbatchtospace_op_test.py251 def _checkGrad(self, x, crops, block_size): argument
310 def _checkGrad(self, x, block_shape, crops, crops_dtype): argument
328 def _compare(self, input_shape, block_shape, crops, crops_dtype): argument
Dspacetobatch_op_test.py630 crops): argument
/external/tensorflow/tensorflow/core/kernels/
Dbatchtospace_op.cc69 gtl::InlinedVector<int64, 8> crops; in BatchToSpaceOpCompute() local
/external/tensorflow/tensorflow/core/ops/
Darray_ops_test.cc1503 Tensor crops = test::AsTensor<int32>({1, 1, 0, 1}, {{2, 2}}); in TEST() local
1511 Tensor crops = test::AsTensor<int32>({1, 1, 0, 0}, {{2, 2}}); in TEST() local
1546 Tensor crops = test::AsTensor<int32>({3, 2, 0, 0}, {{2, 2}}); in TEST() local
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py2742 def batch_to_space(input, crops, block_size, name=None, block_shape=None): # pylint: disable=redef… argument
2758 def batch_to_space_v2(input, block_shape, crops, name=None): # pylint: disable=redefined-builtin argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1250 Tensor crops; in TEST_F() local
1288 Tensor crops; in TEST_F() local