Home
last modified time | relevance | path

Searched refs:kParallel (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc43 case CallContext::kParallel: in CallContextToString()
70 return CallContext::kParallel; in GetInstructionCallContext()
114 context == CallContext::kParallel); in AddCallSiteForInstruction()
219 if (callsite.context() == CallContext::kParallel) { in SetCallContexts()
220 context_to_add = CallContext::kParallel; in SetCallContexts()
Dconditional_to_select.cc72 if (node.context() != CallContext::kParallel) { in Run()
Dflatten_call_graph.cc77 if (call_site.context() == CallContext::kParallel) { in FlattenNode()
Dcall_graph.h36 kParallel, enumerator
Dcall_graph_test.cc162 EXPECT_EQ(CallContext::kParallel, map_node.context()); in TEST_F()
239 EXPECT_EQ(CallContext::kParallel, map_callsite.context()); in TEST_F()
Dhlo_dataflow_analysis.cc615 if (call_graph_node.context() == CallContext::kParallel || in UpdateParameterValueSet()
989 call_graph_node.context() == CallContext::kParallel) { in InitializeInstructionValueSets()
Dcopy_insertion.cc1085 if (node.context() == CallContext::kParallel) { in AddSpecialCaseCopies()
Dhlo_rematerialization.cc1819 if (callsite == nullptr || callsite->context() == CallContext::kParallel) { in CalledComputationsMemoryUsage()
/external/skia/modules/skottie/src/layers/shapelayer/
DTrimPaths.cpp79 kParallel, // "m": 1 (Trim Multiple Shapes: Simultaneously) in AttachTrimGeometryEffect() enumerator
81 } gModes[] = { Mode::kParallel, Mode::kSerial}; in AttachTrimGeometryEffect()