Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dround_weights.cc67 const float* old_values = old_tensor.flat<float>().data(); in RoundWeights() local
H A Dquantize_weights.cc68 const float* old_values = old_tensor.flat<float>().data(); in QuantizeWeights() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dlower_saved_model.cc146 mlir::ValueRange old_values = device_iter.getValue().hoisted_values; in ReplaceHoistedValues() local
/aosp_15_r20/external/googleapis/google/spanner/executor/v1/
H A Dcloud_executor.proto1420 string old_values = 3; field
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc5915 OpBuilder *builder) { in matchAndRewrite()
6746 OpBuilder *builder) { in QRBlock()
6913 SmallVectorImpl<Value> *new_values, OpBuilder *builder) { in ComputeWYRepresentation()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp1480 auto old_values = self._values(); in permute_sparse_coo() local