Home
last modified time | relevance | path

Searched defs:Chunked (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/python/
Dsharded_device_array.h71 struct Chunked { struct
73 explicit Chunked(std::vector<int> chunks_) : chunks(std::move(chunks_)) {} in Chunked() argument
77 bool operator==(const Chunked& other) const { return chunks == other.chunks; } argument
/external/perfetto/src/cloud_trace_processor/
Dtrace_processor_wrapper_unittest.cc169 TEST(TraceProcessorWrapperUnittest, Chunked) { in TEST() argument
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2364 bool Chunked, bool Ordered) { in getRuntimeSchedule()
2386 getRuntimeSchedule(OpenMPDistScheduleClauseKind ScheduleKind, bool Chunked) { in getRuntimeSchedule()