Home
last modified time | relevance | path

Searched defs:SpaceToBatch (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dspacetobatch_op.cc24 void SpaceToBatch(XlaOpKernelContext* ctx, const xla::XlaOp& input, in SpaceToBatch() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2955 TEST_F(OpTest, SpaceToBatch) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go869 func SpaceToBatch(scope *Scope, input tf.Output, paddings tf.Output, block_size int64) (output tf.O… func