Home
last modified time | relevance | path

Searched refs:DepthToSpace (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_DepthToSpace.pbtxt2 graph_op_name: "DepthToSpace"
4 name: "nn.DepthToSpace"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_DepthToSpace.pbtxt2 graph_op_name: "DepthToSpace"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DepthToSpace.pbtxt2 graph_op_name: "DepthToSpace"
9 summary: "DepthToSpace for tensors of type T."
/external/tensorflow/tensorflow/cc/gradients/
Darray_grad_test.cc325 auto y = DepthToSpace(scope_, x, /* block_size */ 2); in TEST_F()
Darray_grad.cc366 grad_outputs->push_back(DepthToSpace(scope, grad_inputs[0], block_size)); in SpaceToDepthGrad()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md63 `DepthToSpace` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
Dgpu_supported_ops.md63 `DepthToSpace` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc391 class DepthToSpace : public CustomOperator<DepthToSpaceOperator> { class
2482 MakeUnique<DepthToSpace>("DEPTH_TO_SPACE", OperatorType::kDepthToSpace)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h1589 inline void DepthToSpace(const T* input_data, const Dims<4>& input_dims, in DepthToSpace() function
1595 DepthToSpace(op_params, DimsToShape(input_dims), input_data, in DepthToSpace()
Doptimized_ops.h2470 inline void DepthToSpace(const tflite::DepthToSpaceParams& op_params, in DepthToSpace() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlegacy_reference_ops.h1754 inline void DepthToSpace(const T* input_data, const Dims<4>& input_dims, in DepthToSpace() function
1760 DepthToSpace(op_params, DimsToShape(input_dims), input_data, in DepthToSpace()
Dreference_ops.h290 inline void DepthToSpace(const tflite::DepthToSpaceParams& op_params, in DepthToSpace() function
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc320 HANDLE_OPERATORTYPENAME_CASE(DepthToSpace) in OperatorTypeName()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1761 TEST_F(OpTest, DepthToSpace) { in TEST_F() argument
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h2638 inline void DepthToSpace(const tflite::DepthToSpaceParams& op_params, in DepthToSpace() function
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt860 name: "DepthToSpace"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt860 name: "DepthToSpace"
/external/tensorflow/
DRELEASE.md751 * Fix minor typos in the doc of `SpaceToDepth` and `DepthToSpace`.
/external/tensorflow/tensorflow/go/op/
Dwrappers.go8976 func DepthToSpace(scope *Scope, input tf.Output, block_size int64, optional ...DepthToSpaceAttr) (o… func
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt10020 name: "DepthToSpace"
Dops_history.v2.pbtxt19639 name: "DepthToSpace"
19660 name: "DepthToSpace"
Dops_history.v1.pbtxt19982 name: "DepthToSpace"
20003 name: "DepthToSpace"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt9320 name: "DepthToSpace"