Home
last modified time | relevance | path

Searched refs:kBatchToSpaceND (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_batch_to_space_nd_attributes.cc32 if (op_it->get()->type != OperatorType::kBatchToSpaceND) in Run()
Didentify_dilated_conv.cc110 if (bts_op->type != OperatorType::kBatchToSpaceND) { in ResolveDilatedConv()
Dquantize.cc51 OperatorType::kBatchToSpaceND, in SupportsQuantization()
Dpropagate_fixed_sizes.cc2373 case OperatorType::kBatchToSpaceND: in Run()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc66 {{OperatorType::kBatchToSpaceND, 1}, "1.6.0"}, in GetMinimumRuntimeVersionForModel()
67 {{OperatorType::kBatchToSpaceND, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
Doperator.cc1852 OperatorType::kBatchToSpaceND)); in BuildOperatorList()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h93 kBatchToSpaceND, enumerator
1896 BatchToSpaceNDOperator() : Operator(OperatorType::kBatchToSpaceND) {}
Dexport_tensorflow.cc2265 } else if (src_op.type == OperatorType::kBatchToSpaceND) { in ConvertOperator()