Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_batch_norms.cc91 auto weights_vector = weights.flat<float>(); in FoldBatchNorms() local
94 for (int64 row = 0; row < weights_vector.dimension(0); ++row) { in FoldBatchNorms()
96 weights_vector(row) * in FoldBatchNorms()
Dfold_old_batch_norms.cc128 auto weights_vector = weights.flat<float>(); in FuseScaleOffsetToConvWeights() local
131 for (int64 row = 0; row < weights_vector.dimension(0); ++row) { in FuseScaleOffsetToConvWeights()
133 weights_vector(row) * scale_values[row % weights_cols]; in FuseScaleOffsetToConvWeights()