Home
last modified time | relevance | path

Searched defs:old_values (Results 1 – 3 of 3) 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/xla/transforms/
Dlegalize_tf.cc696 SmallVector<Value, 4> old_values; // From the previous iteration in CreateWhile32() local
5080 OpBuilder *builder) { in matchAndRewrite()
5832 OpBuilder *builder) { in QRBlock()
6001 SmallVectorImpl<Value> *new_values, OpBuilder *builder) { in ComputeWYRepresentation()