Home
last modified time | relevance | path

Searched defs:maybe_index (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/torch/csrc/jit/passes/
Dpeephole.cpp187 auto maybe_index = toIValue(node->inputs().at(1)); in optimizeBlock() local
276 auto maybe_index = toIValue(node->inputs().at(1)); in optimizeBlock() local
Dtensorexpr_fuser.cpp400 if (auto maybe_index = node->schema().argumentIndexWithName("pin_memory")) { in has_unsupported_pin_memory() local
/external/cronet/tot/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_entry_collector.cc275 void HpackEntryCollector::Init(HpackEntryType type, size_t maybe_index) { in Init()
/external/cronet/stable/net/third_party/quiche/src/quiche/http2/test_tools/
Dhpack_entry_collector.cc275 void HpackEntryCollector::Init(HpackEntryType type, size_t maybe_index) { in Init()
/external/rust/android-crates-io/crates/taffy/src/compute/grid/types/
Dcell_occupancy.rs240 let maybe_index = match track_type { in last_of_type() localVariable
/external/pytorch/aten/src/ATen/
DTensorIndexing.h243 auto maybe_index = index.maybe_as_int(); in applySelect() local