Home
last modified time | relevance | path

Searched refs:BatchToSpace (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dspacetobatch_benchmark_test.cc83 BM_SpaceToBatch(BatchToSpace, 256, 50, 50, 64, 2, 0, 0, 0, 0);
84 BM_SpaceToBatch(BatchToSpace, 256, 50, 50, 1, 2, 0, 0, 0, 0);
85 BM_SpaceToBatch(BatchToSpace, 256, 50, 50, 64, 2, 3, 3, 3, 3);
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatchtospace_op.cc24 void BatchToSpace(XlaOpKernelContext* ctx, const xla::XlaOp& input, in BatchToSpace() function
157 BatchToSpace(ctx, ctx->Input(0), input_type(0), ctx->InputShape(0), in Compile()
179 BatchToSpace(ctx, ctx->Input(0), input_type(0), ctx->InputShape(0), in Compile()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchToSpace.pbtxt2 graph_op_name: "BatchToSpace"
94 summary: "BatchToSpace for 4-D tensors of type T."
Dapi_def_BatchToSpaceND.pbtxt130 summary: "BatchToSpace for N-D tensors of type T."
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_BatchToSpace.pbtxt2 graph_op_name: "BatchToSpace"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_BatchToSpace.pbtxt2 graph_op_name: "BatchToSpace"
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad_test.cc299 auto y = BatchToSpace(scope_, x, paddings, /* block_size */ 2); in TEST_F()
Darray_grad.cc319 BatchToSpace(scope, grad_inputs[0], op.input(1), block_size)); in SpaceToBatchGrad()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md32 `BatchToSpace` | `Tidx={int32,int64}`<br>`T={bool,complex64,double,float,int…
Dgpu_supported_ops.md32 `BatchToSpace` | `Tidx={int32,int64}`<br>`T={bool,complex64,double,float,int…
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1228 TEST_F(OpTest, BatchToSpace) { in TEST_F() argument
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt376 name: "BatchToSpace"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt376 name: "BatchToSpace"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt6380 name: "BatchToSpace"
6405 name: "BatchToSpace"
Dops_history.v2.pbtxt10346 name: "BatchToSpace"
Dops_history.v1.pbtxt10346 name: "BatchToSpace"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go23868 func BatchToSpace(scope *Scope, input tf.Output, crops tf.Output, block_size int64) (output tf.Outp… func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt3872 name: "BatchToSpace"