Searched defs:new_values (Results 1 – 14 of 14) sorted by relevance
| /external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
| D | sequence_buffer.h | 64 void Push(rtc::ArrayView<const T, N> new_values) { in Push()
|
| D | ring_buffer.h | 39 void Push(rtc::ArrayView<const T, S> new_values) { in Push()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | ragged_tensor_variant.h | 52 void set_values(const Tensor& new_values) { values_ = new_values; } in set_values()
|
| /external/tensorflow/tensorflow/core/runtime_fallback/opdefs/ |
| D | tfrt_fallback_async.cc | 269 SmallVector<Value, 1> new_values; in matchAndRewrite() local
|
| /external/tensorflow/tensorflow/python/framework/ |
| D | sparse_tensor.py | 181 def with_values(self, new_values): argument
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
| D | SearchXml.java | 467 Set<String> new_values, in show()
|
| /external/rust/crates/rayon-core/src/scope/ |
| D | test.rs | 139 let new_values: Vec<u32> = tree.iter().cloned().collect(); in update_tree() localVariable
|
| /external/tensorflow/tensorflow/python/ops/ragged/ |
| D | ragged_tensor.py | 1379 def with_values(self, new_values): argument 1408 def with_flat_values(self, new_values): argument
|
| /external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
| D | tfl_ops.cc | 463 SmallVector<ElementValueT, 16> new_values; in ConstFoldBinaryOpDenseDense() local 557 SmallVector<APFloat, 16> new_values; in ConstFoldUnaryOp() local 2866 SmallVector<ValueType, 16> new_values; in BuildConstRangeTensor() local 3069 std::vector<Attribute> *new_values) { in ComputePermutation() 3121 std::vector<Attribute> new_values; in fold() local
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | shape_inference.cc | 1183 std::vector<ShapeAndType> new_values(shapes_and_types.size()); in MergeHandleShapesAndTypes() local 1243 std::vector<ShapeAndType> new_values(shapes_and_types.size()); in RelaxHandleShapesAndMergeTypes() local
|
| /external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/ |
| D | lower_saved_model.cc | 164 auto new_values = get_resource_op.results(); in ReplaceHoistedValues() local
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
| D | legalize_tf.cc | 642 SmallVector<Value, 4> new_values; // Generated by this iteration in CreateWhile32() local 6195 OpBuilder *builder) { in matchAndRewrite() 6935 OpBuilder *builder) { in QRBlock() 7104 SmallVectorImpl<Value> *new_values, OpBuilder *builder) { in ComputeWYRepresentation()
|
| /external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
| D | tf_ops_n_z.cc | 575 SmallVector<ValueType, 16> new_values; in BuildConstRangeTensor() local
|
| /external/python/cpython3/Objects/ |
| D | dictobject.c | 642 #define new_values(size) PyMem_NEW(PyObject *, size) macro
|