Home
last modified time | relevance | path

Searched refs:SpaceToBatchOp (Results 1 – 3 of 3) sorted by relevance

/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
268 SpaceToBatchOp<CPUDevice, T>);
285 SpaceToBatchOp<GPUDevice, T>);
/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::__anon84839c050111::SpaceToBatchOp
189 SpaceToBatchOp);
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_with_tf2xla.cc232 TypeID::get<TF::SpaceToBatchOp>(), in IsOpAllowedTf2XlaFallback()