Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_old_batch_norms.cc43 std::vector<float>* offset_values) { in GetScaleAndOffsetValues() argument
84 offset_values->resize(num_cols); in GetScaleAndOffsetValues()
100 (*offset_values)[i] = in GetScaleAndOffsetValues()
107 const std::vector<float>& offset_values, in FuseScaleOffsetToConvWeights() argument
140 bias_offset_vector(col) = offset_values[col]; in FuseScaleOffsetToConvWeights()
180 std::vector<float> offset_values; in FuseBatchNormWithConv() local
182 GetScaleAndOffsetValues(match, &scale_values, &offset_values)); in FuseBatchNormWithConv()
187 FuseScaleOffsetToConvWeights(scale_values, offset_values, match.inputs[0], in FuseBatchNormWithConv()
196 std::vector<float> offset_values; in FuseBatchNormWithBatchToSpace() local
198 GetScaleAndOffsetValues(match, &scale_values, &offset_values)); in FuseBatchNormWithBatchToSpace()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dunicode_ops.cc372 std::vector<int64>* offset_values, int* current_offset, in Decode() argument
382 if (error_options_.elide_replacement && (offset_values != nullptr)) { in Decode()
394 if (offset_values != nullptr) { in Decode()
395 offset_values->push_back(*current_offset); in Decode()
417 std::vector<int64> offset_values; in Compute() local
438 &offset_values, &current_offset, &next_row_split, in Compute()
451 DCHECK(offset_values.size() == char_values.size()); in Compute()
455 {static_cast<int64>(offset_values.size())}, in Compute()
462 out_offset_values(i) = offset_values[i]; in Compute()