Searched defs:new_values (Results 1 – 11 of 11) sorted by relevance
/external/webrtc/modules/audio_processing/agc2/rnn_vad/ |
D | ring_buffer.h | 39 void Push(rtc::ArrayView<const T, S> new_values) { in Push()
|
D | sequence_buffer.h | 64 void Push(rtc::ArrayView<const T, N> 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/python/framework/ |
D | sparse_tensor.py | 181 def with_values(self, new_values): argument
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | SearchXml.java | 465 Set<String> new_values, in show()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.cc | 410 SmallVector<ElementValueT, 16> new_values; in ConstFoldBinaryOpDenseDense() local 504 SmallVector<APFloat, 16> new_values; in ConstFoldUnaryOp() local 2448 SmallVector<ValueType, 16> new_values; in BuildConstRangeTensor() local 2545 std::vector<Attribute> *new_values) { in ComputePermutation() 2597 std::vector<Attribute> new_values; in fold() local
|
/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 | 1307 def with_values(self, new_values): argument 1336 def with_flat_values(self, new_values): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | shape_inference.cc | 1176 std::vector<ShapeAndType> new_values(shapes_and_types.size()); in MergeHandleShapesAndTypes() local 1236 std::vector<ShapeAndType> new_values(shapes_and_types.size()); in RelaxHandleShapesAndMergeTypes() local
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 697 SmallVector<Value, 4> new_values; // Generated by this iteration in CreateWhile32() local 5080 OpBuilder *builder) { in matchAndRewrite() 5832 OpBuilder *builder) { in QRBlock() 6001 SmallVectorImpl<Value> *new_values, OpBuilder *builder) { in ComputeWYRepresentation()
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 609 #define new_values(size) PyMem_NEW(PyObject *, size) macro
|