Home
last modified time | relevance | path

Searched refs:kExpandDims (Results 1 – 10 of 10) 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.cc52 case OperatorType::kExpandDims: in IsMoveOperator()
Didentify_dilated_conv.cc204 if (post_stb_op->type == OperatorType::kExpandDims) { in Run()
Dpropagate_array_data_types.cc175 case OperatorType::kExpandDims: { in Run()
Dhardcode_min_max.cc438 case OperatorType::kExpandDims: in Run()
Dquantize.cc65 type == OperatorType::kShape || type == OperatorType::kExpandDims || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2232 case OperatorType::kExpandDims: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h55 kExpandDims, enumerator
1210 ExpandDimsOperator() : Operator(OperatorType::kExpandDims) {}
Dexport_tensorflow.cc2309 } else if (src_op.type == OperatorType::kExpandDims) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2438 OperatorType::kExpandDims)); in BuildOperatorList()