Home
last modified time | relevance | path

Searched defs:value_index (Results 1 – 25 of 52) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dquantization_utils_test.cc41 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
H A Dlookup_util.cc85 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()
H A Dassign_op.h51 constexpr int value_index = 1; in Compute() local
H A Dragged_range_op.cc109 int value_index = 0; in Compute() local
/aosp_15_r20/external/icing/icing/legacy/index/
H A Dicing-dynamic-trie.cc181 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()
H A Dicing-dynamic-trie.h335 uint32_t *value_index, bool replace) { in Insert()
375 uint32_t value_index; member
/aosp_15_r20/external/mesa3d/src/intel/vulkan_hasvk/
H A DgenX_query.c385 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()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dkernels_experimental.cc172 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()
/aosp_15_r20/external/mesa3d/src/intel/vulkan/
H A DgenX_query.c423 uint32_t value_index, uint64_t result) in cpu_write_query_result()
1608 uint32_t value_index, in gpu_write_query_result_cond()
1632 uint32_t value_index, in gpu_write_query_result()
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/
H A Dexplain.proto38 int32 value_index = 2; field
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNodeLooperThread.h43 std::size_t value_index; member
/aosp_15_r20/external/pigweed/pw_bluetooth_profiles/
H A Ddevice_info_service.cc54 const uint32_t value_index = static_cast<uint32_t>(handle); in ReadValue() local
/aosp_15_r20/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DConstantValueAttribute_info.java65 public ConstantValueAttribute_info (final int attribute_name_index, final int value_index) in ConstantValueAttribute_info()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dref_var.cc23 int value_index, bool use_locking, bool validate_shape, in AssignRefVariable()
/aosp_15_r20/hardware/google/pixel/power-libperfmgr/libperfmgr/
DPropertyNode.cc39 std::size_t value_index = default_val_index_; in Update() local
DEventNode.cc42 std::size_t value_index = default_val_index_; in Update() local
DNode.cc39 bool Node::AddRequest(std::size_t value_index, const std::string& hint_type, in AddRequest()
DFileNode.cc44 std::size_t value_index = default_val_index_; in Update() local
/aosp_15_r20/external/libtextclassifier/native/utils/tflite/
H A Dencoder_common.cc40 for (int value_index = 0; in CopyValuesToTensorAndPadOrTruncate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
H A Dfuse_auto_input.cc188 int value_index = i == 0 ? input_and_num.second : ++extra_input_num; in ApplyToNode() local
/aosp_15_r20/external/cronet/net/spdy/fuzzing/
H A Dhpack_fuzz_util.cc84 size_t value_index = SampleExponential(kHeaderIndexMean, kHeaderIndexMax); in NextGeneratedHeaderSet() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/spdy/core/hpack/
H A Dhpack_round_trip_test.cc203 size_t value_index = SampleExponential(20, 200); in TEST_P() local
/aosp_15_r20/external/icing/icing/store/
H A Ddynamic-trie-key-mapper.h231 uint32_t value_index; in GetOrPut() local
/aosp_15_r20/external/perfetto/src/traceconv/
H A Dpprof_reader.cc175 const auto value_index = get_sample_value_index(value_name); in get_samples_value_sum() local
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
H A Dragged_range_tflite.cc120 int value_index = 0; in EvalT() local

123