Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_batch_normalization.cc96 const auto& multiplier_shape = multiplier_array.shape(); in Run() local
99 *mean_shape.mutable_dims() = multiplier_shape.dims(); in Run()
104 CHECK(mean_shape.dims() == multiplier_shape.dims()); in Run()