Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/feaLib/
DvariableScalar.py57 def add_value(self, location, value): member in VariableScalar
/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Dunknown.rs100 pub fn add_value(&mut self, value: UnknownValue) { in add_value() method
253 pub fn add_value(&mut self, number: u32, value: UnknownValue) { in add_value() method
/external/libaom/av1/encoder/
Dhash_motion.c311 int add_value = hash_block_size_to_index(block_size); in av1_add_to_hash_map_by_row_with_precal_data() local
397 int add_value = hash_block_size_to_index(block_size); in av1_get_block_hash_value() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dfuse_add_to_conv.cc122 const float add_value = add ? add->data[s] : *add_scalar; in FuseAddWithConvolution2D() local
/external/pytorch/torch/distributed/elastic/metrics/
Dapi.py69 def add_value(self, metric_name: str, metric_value: int): member in MetricStream
/external/rust/android-crates-io/crates/protobuf/src/
Dunknown.rs142 pub fn add_value(&mut self, value: UnknownValue) { in add_value() method
311 pub fn add_value(&mut self, number: u32, value: UnknownValue) { in add_value() method
/external/igt-gpu-tools/overlay/
Dconfig.c179 static int add_value(const char *section, in add_value() function
/external/mesa3d/src/vulkan/util/
Dgen_enum_to_str.py326 def add_value(self, name, value=None, member in VkEnum
/external/flatbuffers/tests/private_annotation_test/
Dgame_generated.rs94 pub fn add_value(&mut self, value: i32) { in add_value() method
Dannotations_generated.rs94 pub fn add_value(&mut self, value: i32) { in add_value() method
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dmean_stddev_normalization.cc400 float add_value; in TryMeanStdDevNormalization() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h609 void add_value(flatbuffers::Offset<flatbuffers::String> value) { in add_value() function
742 void add_value(int32_t value) { in add_value() function
817 void add_value(float value) { in add_value() function
892 void add_value(float value) { in add_value() function
1308 void add_value(flatbuffers::Offset<tflite::gpu::data::BufferDescriptor> value) { in add_value() function
1372 void add_value(flatbuffers::Offset<tflite::gpu::data::TensorDescriptor> value) { in add_value() function
/external/sdv/vsomeip/third_party/boost/bind/include/boost/bind/
Dbind.hpp1543 template<class T> struct add_value struct
1545 typedef _bi::value<T> type;
1567 template<class T> struct add_value< value<T> > struct
1569 typedef _bi::value<T> type;
1572 template<class T> struct add_value< reference_wrapper<T> > struct
1574 typedef reference_wrapper<T> type;
1577 template<int I> struct add_value< arg<I> > struct
1579 typedef boost::arg<I> type;
1582 template<int I> struct add_value< arg<I> (*) () > struct
1584 typedef boost::arg<I> (*type) ();
[all …]
/external/python/mobly/mobly/
Dbase_instrumentation_test.py411 def add_value(self, line): member in _InstrumentationBlock
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dgraph_utils.cc81 DataType dtype, const std::function<void(TensorProto*)>& add_value, in AddScalarConstNodeHelper()
/external/pigweed/pw_protobuf/py/pw_protobuf/
Dproto_tree.py376 def add_value(self, name: str, value: int) -> None: member in ProtoEnum
/external/kmod/libkmod/
Dlibkmod-index.c161 static int add_value(struct index_value **values, in add_value() function
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h303 void add_value(::flatbuffers::Offset<::flatbuffers::String> value) { in add_value() function
394 void add_value(int64_t value) { in add_value() function
/external/pytorch/test/cpp/tensorexpr/
Dtest_cuda.cpp457 ExprHandle add_value = load_output + load_data; in TEST() local
539 ExprHandle add_value = load_b + load_a; in TEST() local
/external/lua/src/
Dlstrlib.c903 static int add_value (MatchState *ms, luaL_Buffer *b, const char *s, in add_value() function
/external/flatbuffers/rust/reflection/src/
Dreflection_generated.rs517 pub fn add_value(&mut self, value: flatbuffers::WIPOffset<&'b str>) { in add_value() method
678 pub fn add_value(&mut self, value: i64) { in add_value() method
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h10965 inline ::PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto* EnumDescriptorProto::add_value() { in add_value() function
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Ddescriptor.pb.h10965 inline ::PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto* EnumDescriptorProto::add_value() { in add_value() function
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h10965 inline ::PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto* EnumDescriptorProto::add_value() { in add_value() function
/external/pytorch/test/inductor/
Dtest_torchinductor.py9723 def fn(input, offsets, add_value): argument