Home
last modified time | relevance | path

Searched defs:AddInt (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_object.h48 void AddInt(const std::string& name, int value) { in AddInt() function
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dgpu_object.h51 void AddInt(const std::string& name, int value) { in AddInt() function
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs292 public void AddInt(int x) { Prep(sizeof(int), 0); PutInt(x); } in AddInt() method in Google.FlatBuffers.FlatBufferBuilder
615 … public void AddInt(int o, int x, int d) { if (ForceDefaults || x != d) { AddInt(x); Slot(o); } } in AddInt() method in Google.FlatBuffers.FlatBufferBuilder
623 public void AddInt(int o, int? x) { if (x.HasValue) { AddInt(x.Value); Slot(o); } } in AddInt() method in Google.FlatBuffers.FlatBufferBuilder
/external/swiftshader/tests/SystemBenchmarks/
DLRUCacheBenchmarks.cpp81 BENCHMARK_DEFINE_F(LRUCacheBenchmark, AddInt) in BENCHMARK_DEFINE_F() argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_object_desc.h164 void AddInt(const std::string& name, int value) { in AddInt() function
Darguments.cc266 void Arguments::AddInt(const std::string& name, int value) { in AddInt() function in tflite::gpu::Arguments
/external/webrtc/api/
Dlegacy_stats_types.cc754 void StatsReport::AddInt(StatsReport::StatsValueName name, int value) { in AddInt() function in webrtc::StatsReport