Home
last modified time | relevance | path

Searched defs:BatchToSpace (Results 1 – 3 of 3) 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/tests/
Drandomized_tests.cc1228 TEST_F(OpTest, BatchToSpace) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go23868 func BatchToSpace(scope *Scope, input tf.Output, crops tf.Output, block_size int64) (output tf.Outp… func