Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_computation.h584 void SetCustomCallInstruction(HloInstruction* custom_call_instruction) { in SetCustomCallInstruction() argument
586 custom_call_instruction_ = custom_call_instruction; in SetCustomCallInstruction()
587 is_custom_call_computation_ |= (custom_call_instruction != nullptr); in SetCustomCallInstruction()