Home
last modified time | relevance | path

Searched defs:BatchToSpace (Results 1 – 4 of 4) 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.cc1706 StatusOr<HloInstruction*> ConvolutionVisitor::BatchToSpace( in BatchToSpace() function in xla::__anon6418faad0111::ConvolutionVisitor
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1229 TEST_F(OpTest, BatchToSpace) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go1337 func BatchToSpace(scope *Scope, input tf.Output, crops tf.Output, block_size int64) (output tf.Outp… func