/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/ |
D | replace.pass.cpp | 43 ValueContainer new_values = {9, 10}; in test() local 69 ValueContainer new_values{5, 6}; in main() local
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.modifiers/ |
D | replace.pass.cpp | 43 ValueContainer new_values = {9, 10}; in test() local 69 ValueContainer new_values{5, 6}; in main() local
|
/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/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
D | CldrConfigOption.java | 19 Set<String> new_values, in show()
|
D | SearchXml.java | 547 Set<String> new_values, in show()
|
/external/pytorch/aten/src/ATen/native/sparse/cuda/ |
D | SparseCsrTensorMath.cu | 411 __global__ void reduce_sparse_csr_dim0_cuda_kernel(acc_t* new_values, in reduce_sparse_csr_dim0_cuda_kernel() 493 Tensor new_values = std::get<0>(acc_buffer); in reduce_sparse_csr_dim0_cuda_template() local 540 __global__ void reduce_sparse_csr_dim1_cuda_kernel(acc_t* new_values, in reduce_sparse_csr_dim1_cuda_kernel() 584 Tensor new_values = std::get<0>(acc_buffer); in reduce_sparse_csr_dim1_cuda_template() local 635 Tensor new_values, new_values_acc; in reduce_sparse_csr_dim01_cuda_template() local
|
D | SoftMax.cu | 404 auto new_values = in cuda_sparse_coo_softmax() local 408 auto new_values = at::cuda::_softmax(values, dim - sparse_dim + 1, false); in cuda_sparse_coo_softmax() local
|
/external/pytorch/aten/src/ATen/ |
D | SparseCsrTensorUtils.h | 417 Tensor new_values, new_values_acc; variable 435 inline void copy_from_acc_buffer(Tensor& new_values, Tensor& new_values_acc) { in copy_from_acc_buffer()
|
/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/cronet/tot/base/test/ |
D | test_future.h | 395 auto new_values = std::make_tuple(std::forward<Types>(values)...); in SetValue() local
|
/external/cronet/stable/base/test/ |
D | test_future.h | 395 auto new_values = std::make_tuple(std::forward<Types>(values)...); in SetValue() local
|
/external/cronet/stable/third_party/protobuf/java/kotlin/src/test/proto/com/google/protobuf/ |
D | evil_names_proto3.proto | 70 repeated string new_values = 26; field
|
/external/protobuf/java/kotlin/src/test/proto/com/google/protobuf/ |
D | evil_names_proto3.proto | 70 repeated string new_values = 26; field
|
/external/cronet/tot/third_party/protobuf/java/kotlin/src/test/proto/com/google/protobuf/ |
D | evil_names_proto3.proto | 70 repeated string new_values = 26; field
|
/external/pytorch/aten/src/ATen/native/sparse/ |
D | SoftMax.cpp | 309 auto new_values = in cpu_sparse_coo_softmax() local 313 auto new_values = at::cpu::_softmax(values, dim - sparse_dim + 1, false); in cpu_sparse_coo_softmax() local
|
D | SparseCsrTensorMath.cpp | 1079 Tensor new_values = std::get<0>(acc_buffer); in reduce_sparse_csr_dim0_cpu_template() local 1167 Tensor new_values = std::get<0>(acc_buffer); in reduce_sparse_csr_dim1_cpu_template() local 1262 Tensor new_values; in reduce_sparse_csr_dim01_cpu_template() local
|
/external/pytorch/torch/csrc/jit/passes/utils/ |
D | subgraph_utils.cpp | 232 std::unordered_set<Value*>& new_values, in collectNestedUses() 278 std::unordered_set<Value*> new_values; in closedOverValues() local
|
/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 | 177 def with_values(self, new_values): argument
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/ |
D | tfrt_fallback_async.cc | 363 SmallVector<Value, 1> new_values; in matchAndRewrite() local
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | post_quantize.cc | 259 std::vector<Attribute> new_values; in matchAndRewrite() local
|
D | prepare_quantize_dynamic_range.cc | 365 std::vector<Eigen::half> new_values; in convertToFloat16Constant() local
|
/external/vboot_reference/futility/ |
D | updater_utils.c | 690 size_t size, const uint8_t *new_values) in overwrite_section()
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_tensor.py | 1382 def with_values(self, new_values): argument 1411 def with_flat_values(self, new_values): argument
|