Home
last modified time | relevance | path

Searched defs:BatchToSpace (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatchtospace_op.cc24 void BatchToSpace(XlaOpKernelContext* ctx, const xla::XlaOp& input, in BatchToSpace() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc2368 StatusOr<HloInstruction*> ConvolutionVisitor::BatchToSpace( in BatchToSpace() function in xla::__anon5e1d62920111::ConvolutionVisitor
/external/ComputeLibrary/
Dfilelist.json186 "BatchToSpace": { object
971 "BatchToSpace": { object
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1883 TEST_F(OpTest, BatchToSpace) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2916 func BatchToSpace(scope *Scope, input tf.Output, crops tf.Output, block_size int64) (output tf.Outp… func