Home
last modified time | relevance | path

Searched refs:kBatchNormalization (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_batch_normalization.cc33 if (bn_it->get()->type != OperatorType::kBatchNormalization) { in Run()
Dpropagate_fixed_sizes.cc2161 case OperatorType::kBatchNormalization: in Run()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h45 kBatchNormalization, enumerator
632 : Operator(OperatorType::kBatchNormalization),
Dtooling_util.cc477 case OperatorType::kBatchNormalization: in OperatorSupportsFusedActivation()