Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
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
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()
Dragged_range_op.cc91 int value_index = 0; in Compute() local
Dragged_tensor_to_variant_op.cc111 int value_index = 0; in UnbatchRaggedZerothDim() local
Dcontrol_flow_ops.cc227 Tensor* value_index = nullptr; in Compute() local
Dset_kernels.cc158 int64_t value_index = 0; in OutputSparseTensor() local
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc175 uint32_t value_index, int matched_prefix_len, in Push()
183 bool AddMatchIfTerminal(const char *key, uint32_t value_index, in AddMatchIfTerminal()
790 const char *suffix, const void *value, uint32_t *value_index) { in MakeSuffix()
996 uint32_t value_index = storage_->GetSuffixIndex(suffix + suffix_len + 1); in SuffixToValueAsString() local
1338 uint32_t value_index = it_all.GetValueIndex(); in Compact() local
1578 uint32_t *value_index, bool replace, in Insert()
1769 void IcingDynamicTrie::SetValueAtIndex(uint32_t value_index, in SetValueAtIndex()
2379 bool IcingDynamicTrie::SetProperty(uint32_t value_index, uint32_t property_id) { in SetProperty()
2390 bool IcingDynamicTrie::ClearProperty(uint32_t value_index, in ClearProperty()
2402 bool IcingDynamicTrie::SetDeleted(uint32_t value_index) { in SetDeleted()
[all …]
Dicing-dynamic-trie.h345 bool Insert(const char *key, const void *value, uint32_t *value_index, in Insert()
385 uint32_t value_index; member
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DConstantValueAttribute_info.java65 public ConstantValueAttribute_info (final int attribute_name_index, final int value_index) in ConstantValueAttribute_info()
/external/libtextclassifier/native/utils/tflite/
Dencoder_common.cc40 for (int value_index = 0; in CopyValuesToTensorAndPadOrTruncate() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dfuse_auto_input.cc187 int value_index = i == 0 ? input_and_num.second : ++extra_input_num; in ApplyToNode() local
/external/icing/icing/store/
Dkey-mapper.h220 uint32_t value_index; in GetOrPut() local
/external/mesa3d/src/intel/vulkan/
DgenX_query.c345 uint32_t value_index, uint64_t result) in cpu_write_query_result()
1182 uint32_t value_index, in gpu_write_query_result_cond()
1208 uint32_t value_index, in gpu_write_query_result()
/external/tensorflow/tensorflow/c/
Dkernels_experimental.cc161 int value_index, in TF_AssignVariable()
198 int value_index, int Op, int isVariantType, in TF_AssignUpdateVariable()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_range_tflite.cc120 int value_index = 0; in EvalT() local
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_helpers.cc237 size_t prefix_index, value_index; in TryRemovePrefix() local
/external/icing/icing/index/main/
Dmain-index.cc196 uint32_t value_index, const std::vector<NamespaceId>& namespace_ids) { in IsTermInNamespaces()
/external/emma/core/java12/com/vladium/jcd/cls/
DClassDef.java512 final int value_index = addCONSTANT_Utf8 (value, true); in addStringConstant() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dloop_optimizer.cc825 MutableGraphView::OutputPort value_index(dead.node, 1); in RemoveDeadBranches() local
Dconstant_folding.cc2588 const int value_index = absl::StrContains(node->op(), "Scatter") ? 2 : 1; in RemoveRedundantVariableUpdates() local
/external/tensorflow/tensorflow/python/framework/
Dops.py367 def __init__(self, op, value_index, dtype): argument
406 def _create_with_tf_output(op, value_index, dtype, tf_output): argument
782 def value_index(self): member in Tensor
1267 def value_index(self): member in _EagerTensorBase
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dparse_example_dataset_op.cc627 Status CheckOutputTensor(const Tensor& tensor, size_t value_index, in CheckOutputTensor()
/external/tensorflow/tensorflow/python/ops/
Dlookup_ops.py610 value_index, argument
/external/deqp/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp2790 for (int value_index = variable_index; value_index < number_of_elements; value_index++) in test_shader_compilation() local