Home
last modified time | relevance | path

Searched refs:kSequential (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.cc41 case CallContext::kSequential: in CallContextToString()
60 return CallContext::kSequential; in GetInstructionCallContext()
113 CHECK(context == CallContext::kSequential || in AddCallSiteForInstruction()
203 node.set_context(CallContext::kSequential); in SetCallContexts()
222 CHECK_EQ(callsite.context(), CallContext::kSequential); in SetCallContexts()
361 if (node.context() == CallContext::kSequential && in IsFlattened()
Dcall_graph_test.cc111 EXPECT_EQ(CallContext::kSequential, node.context()); in TEST_F()
129 EXPECT_EQ(CallContext::kSequential, entry_node.context()); in TEST_F()
135 EXPECT_EQ(CallContext::kSequential, unreachable_node.context()); in TEST_F()
153 EXPECT_EQ(CallContext::kSequential, entry_node.context()); in TEST_F()
187 EXPECT_EQ(CallContext::kSequential, entry_node.context()); in TEST_F()
195 EXPECT_EQ(CallContext::kSequential, called_node.context()); in TEST_F()
232 EXPECT_EQ(CallContext::kSequential, call_callsite.context()); in TEST_F()
282 EXPECT_EQ(CallContext::kSequential, conditional_callsite.context()); in TEST_F()
365 EXPECT_EQ(CallContext::kSequential, entry_node.context()); in TEST_F()
Dflatten_call_graph.cc80 CHECK_EQ(call_site.context(), CallContext::kSequential); in FlattenNode()
100 CallContext::kSequential) { in FlattenNode()
Dhlo_liveness_analysis.cc201 if (call_graph_node.context() == CallContext::kSequential) { in PropagateLivenessToParameterCallers()
231 if (call_graph_node.context() == CallContext::kSequential) { in PropagateLivenessThroughControlFlow()
Dcall_graph.h41 kSequential, enumerator
Dhlo_dataflow_analysis.cc619 CHECK_EQ(call_graph_node.context(), CallContext::kSequential); in UpdateParameterValueSet()
891 if (call_graph_node.context() == CallContext::kSequential) { in Propagate()
Dhlo_rematerialization.cc1934 callsite->context() == CallContext::kSequential && in RematerializeComputation()
2042 if (node.context() == CallContext::kSequential) { in Run()
Dcopy_insertion.cc1088 TF_RET_CHECK(node.context() == CallContext::kSequential); in AddSpecialCaseCopies()
Dmemory_space_assignment.cc1321 CallContext::kSequential); in AllocateAllocationValues()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dsequential_thunk.cc29 : Thunk(Kind::kSequential, thunk_info), thunks_(std::move(thunks)) {} in SequentialThunk()
Dthunk.cc77 case Thunk::kSequential: in ThunkKindToString()
Dthunk.h68 kSequential, enumerator
/external/skia/experimental/skrive/src/
DPaint.cpp57 Paint::StrokeTrim::kSequential, // 1 in parse_fill_stroke()
/external/skia/experimental/skrive/include/
DSkRive.h163 enum class StrokeTrim : uint8_t { kOff, kSequential, kSynced }; enumerator