Home
last modified time | relevance | path

Searched defs:accumulated (Results 1 – 10 of 10) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DPooling2d.cpp91 return [](float & accumulated, float kernelSize) { in GetExecutor()
98 return [](float & accumulated, float kernelSize) { in GetExecutor()
DPooling3d.cpp91 return [](float & accumulated, float kernelSize) { in GetExecutor()
98 return [](float & accumulated, float kernelSize) { in GetExecutor()
/external/google-java-format/core/src/main/java/com/google/googlejavaformat/java/javadoc/
DJavadocLexer.java276 StringBuilder accumulated = new StringBuilder(); in joinAdjacentLiteralsAndAdjacentWhitespace() local
/external/harfbuzz_ng/src/graph/
Dpairpos-graph.hh61 unsigned accumulated = base_size; in split_subtables() local
231 unsigned accumulated = base_size; in split_subtables() local
Dmarkbasepos-graph.hh235 unsigned accumulated = base_size; in split_subtables() local
/external/crosvm/metrics/src/sys/windows/
Dsystem_metrics.rs515 accumulated: ProcessMemory, field
/external/tensorflow/tensorflow/c/eager/
Dtape.h240 for (auto accumulated : accumulated_gradients_) { in ~ForwardAccumulator() local
/external/tremolo/Tremolo/
Dvorbisfile.c408 ogg_int64_t accumulated=0,pos; in _prefetch_all_offsets() local
/external/python/cpython3/Python/
Dimport.c1485 static _PyTime_t accumulated; in import_find_and_load() local
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/
Dparser.c257 const char *accumulated; member