Home
last modified time | relevance | path

Searched refs:kDepthToSpace (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dreorder_elementwise_unary.cc52 case OperatorType::kDepthToSpace: in IsMoveOperator()
Dquantize.cc54 OperatorType::kDepthToSpace, in SupportsQuantization()
410 op.type == OperatorType::kDepthToSpace || in ChooseQuantizationForOperatorOutput()
Dpropagate_fixed_sizes.cc2241 case OperatorType::kDepthToSpace: in Run()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc73 {{OperatorType::kDepthToSpace, 1}, "2.1.0"}, in GetMinimumRuntimeVersionForModel()
Doperator_test.cc211 GetOperator("DEPTH_TO_SPACE", OperatorType::kDepthToSpace), op); in TEST_F()
Doperator.cc1893 ::tflite::BuiltinOperator_DEPTH_TO_SPACE, OperatorType::kDepthToSpace)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h51 kDepthToSpace, enumerator
537 DepthToSpaceOperator() : Operator(OperatorType::kDepthToSpace) {}
Dexport_tensorflow.cc2141 } else if (src_op.type == OperatorType::kDepthToSpace) { in ConvertOperator()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc45 constexpr char kDepthToSpace[] = "DepthToSpace"; variable
476 device_cost_impl_.emplace(kDepthToSpace, in OpLevelCostEstimator()