Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_value.h142 const ShapeIndex& defining_index() const { return defining_position().index; } in defining_index() function
144 const ShapeIndex& index() const override { return defining_index(); } in index()
Dhlo_value.cc80 defining_index() == other.defining_index(); in operator ==()
Dhlo_ordering.cc232 value.defining_index())) { in UsesBeforeValueDefinition()
Dhlo_alias_analysis.cc237 callsite.instruction(), value.defining_index()); in ComputeWhileAliasedBuffers()
Dhlo_dataflow_analysis.cc448 current_value->defining_index() == index); in Phi()
Dcopy_insertion.cc1847 add_index_to_copy(value->defining_instruction(), value->defining_index()); in AddSpecialCaseCopies()
Dmemory_space_assignment.cc207 /*outputs_in_alternate_mem=*/{interval.buffer->defining_index()}), in GetMemoryBoundedness()