Home
last modified time | relevance | path

Searched refs:is_custom_call_computation_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h479 bool IsCustomCallComputation() const { return is_custom_call_computation_; } in IsCustomCallComputation()
488 is_custom_call_computation_ |= (custom_call_instruction != nullptr); in SetCustomCallInstruction()
587 bool is_custom_call_computation_; variable
Dhlo_computation.cc77 is_custom_call_computation_(false) { in HloComputation()