Searched refs:kSequential (Results 1 – 14 of 14) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | call_graph.cc | 41 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()
|
D | call_graph_test.cc | 111 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()
|
D | flatten_call_graph.cc | 80 CHECK_EQ(call_site.context(), CallContext::kSequential); in FlattenNode() 100 CallContext::kSequential) { in FlattenNode()
|
D | hlo_liveness_analysis.cc | 201 if (call_graph_node.context() == CallContext::kSequential) { in PropagateLivenessToParameterCallers() 231 if (call_graph_node.context() == CallContext::kSequential) { in PropagateLivenessThroughControlFlow()
|
D | call_graph.h | 41 kSequential, enumerator
|
D | hlo_dataflow_analysis.cc | 619 CHECK_EQ(call_graph_node.context(), CallContext::kSequential); in UpdateParameterValueSet() 891 if (call_graph_node.context() == CallContext::kSequential) { in Propagate()
|
D | hlo_rematerialization.cc | 1934 callsite->context() == CallContext::kSequential && in RematerializeComputation() 2042 if (node.context() == CallContext::kSequential) { in Run()
|
D | copy_insertion.cc | 1088 TF_RET_CHECK(node.context() == CallContext::kSequential); in AddSpecialCaseCopies()
|
D | memory_space_assignment.cc | 1321 CallContext::kSequential); in AllocateAllocationValues()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | sequential_thunk.cc | 29 : Thunk(Kind::kSequential, thunk_info), thunks_(std::move(thunks)) {} in SequentialThunk()
|
D | thunk.cc | 77 case Thunk::kSequential: in ThunkKindToString()
|
D | thunk.h | 68 kSequential, enumerator
|
/external/skia/experimental/skrive/src/ |
D | Paint.cpp | 57 Paint::StrokeTrim::kSequential, // 1 in parse_fill_stroke()
|
/external/skia/experimental/skrive/include/ |
D | SkRive.h | 163 enum class StrokeTrim : uint8_t { kOff, kSequential, kSynced }; enumerator
|