Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_to_ir_bindings.h43 is_nested_(is_nested), in HloToIrBindings()
105 const bool is_nested_; variable
Dhlo_to_ir_bindings.cc53 if (!is_nested_ && io_hlo->opcode() == HloOpcode::kGetTupleElement) { in EmitBasePointersForHlos()
73 if (!is_nested_) { in EmitBasePointersForHlos()
254 StrAppend(&s, " is_nested_=", is_nested_, "\n"); in ToString()