Home
last modified time | relevance | path

Searched refs:kExpandDims (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dconvert_expanddims_to_reshape.cc33 if (expand_it->get()->type != OperatorType::kExpandDims) { in Run()
Dreorder_elementwise_unary.cc53 case OperatorType::kExpandDims: in IsMoveOperator()
Didentify_dilated_conv.cc202 if (post_stb_op->type == OperatorType::kExpandDims) { in Run()
Dpropagate_array_data_types.cc180 case OperatorType::kExpandDims: { in Run()
Dhardcode_min_max.cc469 case OperatorType::kExpandDims: in Run()
Dquantize.cc58 OperatorType::kExpandDims, in SupportsQuantization()
Dpropagate_fixed_sizes.cc2315 case OperatorType::kExpandDims: in Run()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc176 {{OperatorType::kExpandDims, 1}, "1.10.0"}, in GetMinimumRuntimeVersionForModel()
Doperator.cc1937 OperatorType::kExpandDims)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h56 kExpandDims, enumerator
1264 ExpandDimsOperator() : Operator(OperatorType::kExpandDims) {}
Dexport_tensorflow.cc2350 } else if (src_op.type == OperatorType::kExpandDims) { in ConvertOperator()
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc54 constexpr char kExpandDims[] = "ExpandDims"; variable
478 device_cost_impl_.emplace(kExpandDims, in OpLevelCostEstimator()