Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_computation.h577 bool IsCustomCallComputation() const { return is_custom_call_computation_; } in IsCustomCallComputation()
587 is_custom_call_computation_ |= (custom_call_instruction != nullptr); in SetCustomCallInstruction()
730 bool is_custom_call_computation_; variable
H A Dhlo_computation.cc85 is_custom_call_computation_(false) { in HloComputation()