Home
last modified time | relevance | path

Searched defs:SpaceToBatchOp (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dspacetobatch_op.cc168 class SpaceToBatchOp : public XlaOpKernel { class
170 explicit SpaceToBatchOp(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in SpaceToBatchOp() function in tensorflow::__anon9eb6bd6e0111::SpaceToBatchOp
/external/tensorflow/tensorflow/core/kernels/
Dspacetobatch_op.cc224 class SpaceToBatchOp : public OpKernel { class
226 explicit SpaceToBatchOp(OpKernelConstruction* context) : OpKernel(context) { in SpaceToBatchOp() function in tensorflow::SpaceToBatchOp