Home
last modified time | relevance | path

Searched refs:kBatchToSpaceND (Results 1 – 7 of 7) 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.cc107 if (bts_op->type != OperatorType::kBatchToSpaceND) { in ResolveDilatedConv()
Dquantize.cc53 type == OperatorType::kBatchToSpaceND || type == OperatorType::kSum || in SupportsQuantization()
Dpropagate_fixed_sizes.cc2290 case OperatorType::kBatchToSpaceND: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h90 kBatchToSpaceND, enumerator
1830 BatchToSpaceNDOperator() : Operator(OperatorType::kBatchToSpaceND) {}
Dexport_tensorflow.cc2224 } else if (src_op.type == OperatorType::kBatchToSpaceND) { in ConvertOperator()
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc2355 OperatorType::kBatchToSpaceND)); in BuildOperatorList()