Searched refs:happens_before (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/compute/hs/cuda/ |
D | hs_cuda.inl | 112 // concurrent (pad_vin,pad_vout) -> (pad_vin) happens_before (bs_full,bs_frac) 113 // (pad_vout) happens_before (fm_full,fm_frac) 115 // concurrent (bs_full,bs_frac) -> (bs_full) happens_before (fm_full,fm_frac) 116 // (bs_frac) happens_before (fm_full,fm_frac) 118 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 119 // (fm_frac) happens_before (hm) 121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 122 // (fm_frac) happens_before (hm) 124 // launch (hm) -> (hm) happens_before (hm) 125 // (hm) happens_before (bc) [all …]
|
/external/skqp/src/compute/hs/cuda/ |
D | hs_cuda.inl | 112 // concurrent (pad_vin,pad_vout) -> (pad_vin) happens_before (bs_full,bs_frac) 113 // (pad_vout) happens_before (fm_full,fm_frac) 115 // concurrent (bs_full,bs_frac) -> (bs_full) happens_before (fm_full,fm_frac) 116 // (bs_frac) happens_before (fm_full,fm_frac) 118 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 119 // (fm_frac) happens_before (hm) 121 // concurrent (fm_full,fm_frac) -> (fm_full) happens_before (hm) 122 // (fm_frac) happens_before (hm) 124 // launch (hm) -> (hm) happens_before (hm) 125 // (hm) happens_before (bc) [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 1607 std::vector<string> happens_before; in InlineIndirectFunctionCall() local 1610 std::back_inserter(happens_before), in InlineIndirectFunctionCall() 1613 VLOG(3) << "Happens before set (size = " << happens_before.size() in InlineIndirectFunctionCall() 1614 << "): " << absl::StrJoin(happens_before, ", "); in InlineIndirectFunctionCall()
|