/external/googleapis/google/api/expr/v1alpha1/ |
D | explain.proto | 38 int32 value_index = 2; field
|
/external/tensorflow/tensorflow/core/kernels/ |
D | assign_op.h | 51 constexpr int value_index = 1; in Compute() local
|
D | quantization_utils_test.cc | 41 for (int value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeMany() local 64 for (size_t value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeMany() local 83 for (int value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeMany8To32Bit() local 100 for (int value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeMany8To32Bit() local 133 for (int value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeManyInNewRange32To8Bit() local 191 for (int value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeManyInNewRange8To32Bit() local 522 for (size_t value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeInNewRange() local 579 for (size_t value_index = 0; value_index < values_count; ++value_index) { in TestRequantizeInNewRange32To8Bit() local
|
D | lookup_util.cc | 85 int64_t value_index, int64_t offset, Env* env) { in Init() 364 int32_t value_index, int64_t offset, in InitializeTableFromTextFile() 373 int32_t key_index, int32_t value_index, int64_t offset, Env* env, in InitializeTableFromTextFile()
|
D | ragged_range_op.cc | 109 int value_index = 0; in Compute() local
|
D | control_flow_ops.cc | 227 Tensor* value_index = nullptr; in Compute() local
|
/external/pigweed/pw_bluetooth_profiles/ |
D | device_info_service.cc | 54 const uint32_t value_index = static_cast<uint32_t>(handle); in ReadValue() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | ref_var.cc | 23 int value_index, bool use_locking, bool validate_shape, in AssignRefVariable()
|
/external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
D | ConstantValueAttribute_info.java | 65 public ConstantValueAttribute_info (final int attribute_name_index, final int value_index) in ConstantValueAttribute_info()
|
/external/icing/icing/legacy/index/ |
D | icing-dynamic-trie.cc | 181 uint32_t value_index, int matched_prefix_len, in Push() 189 bool AddMatchIfTerminal(const char *key, uint32_t value_index, in AddMatchIfTerminal() 820 std::string_view suffix, const void *value, uint32_t *value_index) { in MakeSuffix() 1060 uint32_t value_index = storage_->GetSuffixIndex(suffix + suffix_len + 1); in SuffixToValueAsString() local 1608 uint32_t *value_index, in Insert() 1809 void IcingDynamicTrie::SetValueAtIndex(uint32_t value_index, in SetValueAtIndex() 2572 bool IcingDynamicTrie::SetProperty(uint32_t value_index, uint32_t property_id) { in SetProperty() 2583 bool IcingDynamicTrie::ClearProperty(uint32_t value_index, in ClearProperty() 2595 bool IcingDynamicTrie::SetDeleted(uint32_t value_index) { in SetDeleted() 2600 bool IcingDynamicTrie::ClearDeleted(uint32_t value_index) { in ClearDeleted()
|
D | icing-dynamic-trie.h | 335 uint32_t *value_index, bool replace) { in Insert() 375 uint32_t value_index; member
|
/external/libtextclassifier/native/utils/tflite/ |
D | encoder_common.cc | 40 for (int value_index = 0; in CopyValuesToTensorAndPadOrTruncate() local
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_numbertree.cpp | 78 const size_t value_index = key_index + 1; in FindLowerBound() local
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/ |
D | fuse_auto_input.cc | 188 int value_index = i == 0 ? input_and_num.second : ++extra_input_num; in ApplyToNode() local
|
/external/cronet/stable/net/spdy/fuzzing/ |
D | hpack_fuzz_util.cc | 91 size_t value_index = SampleExponential(kHeaderIndexMean, kHeaderIndexMax); in NextGeneratedHeaderSet() local
|
/external/cronet/tot/net/spdy/fuzzing/ |
D | hpack_fuzz_util.cc | 91 size_t value_index = SampleExponential(kHeaderIndexMean, kHeaderIndexMax); in NextGeneratedHeaderSet() local
|
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/hpack/ |
D | hpack_round_trip_test.cc | 203 size_t value_index = SampleExponential(20, 200); in TEST_P() local
|
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/hpack/ |
D | hpack_round_trip_test.cc | 203 size_t value_index = SampleExponential(20, 200); in TEST_P() local
|
/external/icing/icing/store/ |
D | dynamic-trie-key-mapper.h | 231 uint32_t value_index; in GetOrPut() local
|
/external/perfetto/src/traceconv/ |
D | pprof_reader.cc | 175 const auto value_index = get_sample_value_index(value_name); in get_samples_value_sum() local
|
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/ |
D | ragged_range_tflite.cc | 120 int value_index = 0; in EvalT() local
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | genX_query.c | 385 uint32_t value_index, uint64_t result) in cpu_write_query_result() 1351 uint32_t value_index, in gpu_write_query_result_cond() 1375 uint32_t value_index, in gpu_write_query_result()
|
/external/tensorflow/tensorflow/c/ |
D | kernels_experimental.cc | 172 int value_index, bool validate_shape, in TF_AssignVariable() 220 int output_ref_index, int value_index, in TF_AssignRefVariable() 251 int value_index, int Op, int isVariantType, in TF_AssignUpdateVariable()
|
/external/pytorch/torch/csrc/autograd/ |
D | TraceTypeManual.cpp | 230 for (const auto value_index : c10::irange(value.size())) { in general_trace_function() local
|
/external/mesa3d/src/intel/vulkan/ |
D | genX_query.c | 423 uint32_t value_index, uint64_t result) in cpu_write_query_result() 1611 uint32_t value_index, in gpu_write_query_result_cond() 1635 uint32_t value_index, in gpu_write_query_result()
|