Home
last modified time | relevance | path

Searched defs:old_values (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/tools/graph_transforms/
Dround_weights.cc67 const float* old_values = old_tensor.flat<float>().data(); in RoundWeights() local
Dquantize_weights.cc68 const float* old_values = old_tensor.flat<float>().data(); in QuantizeWeights() local
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dlower_saved_model.cc152 mlir::ValueRange old_values = device_iter.getValue().hoisted_values; in ReplaceHoistedValues() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc641 SmallVector<Value, 4> old_values; // From the previous iteration in CreateWhile32() local
6195 OpBuilder *builder) { in matchAndRewrite()
6935 OpBuilder *builder) { in QRBlock()
7104 SmallVectorImpl<Value> *new_values, OpBuilder *builder) { in ComputeWYRepresentation()