Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h571 CHECK(!IsCustomCallComputation() && !IsAsyncComputation()); in SetFusionInstruction()
585 CHECK(!IsFusionComputation() && !IsAsyncComputation()); in SetCustomCallInstruction()
591 bool IsAsyncComputation() const { return !async_instructions_.empty(); } in IsAsyncComputation() function
Dflatten_call_graph.cc106 if (computation->IsAsyncComputation()) { in FlattenNode()
Dcall_inliner.cc156 !instruction->parent()->IsAsyncComputation()) { in Run()
Dhlo_live_range.cc201 CHECK(async_context->IsAsyncComputation()); in CalculateBufferStartEndMap()
Dcall_graph.cc366 !node.computation()->IsAsyncComputation() && in IsFlattened()
Dhlo_module.cc284 if (options.syntax_sugar_async_ops() && computation->IsAsyncComputation()) { in ToCord()
Dhlo_computation.cc112 if (IsAsyncComputation()) { in ~HloComputation()
Dhlo_instructions.cc290 if (computation->IsAsyncComputation()) { in ClearAsyncComputationInstruction()
Dmemory_space_assignment.cc362 CHECK(node.computation()->IsAsyncComputation() || callsites.size() == 1) in CalculateComputationNestLevel()