Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dspacetobatch_op.cc25 void SpaceToBatch(XlaOpKernelContext* ctx, const xla::XlaOp& input, in SpaceToBatch() function
/aosp_15_r20/external/ComputeLibrary/
H A Dfilelist.json768 "SpaceToBatch": { object
2140 "SpaceToBatch": { object
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4199 TEST_F(OpTest, SpaceToBatch) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go43886 func SpaceToBatch(scope *Scope, input tf.Output, paddings tf.Output, block_size int64) (output tf.O… func