Home
last modified time | relevance | path

Searched defs:operand_shape_index (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_liveness_analysis.cc130 ShapeIndex operand_shape_index; in PropagateLivenessThroughTuple() local
154 ShapeIndex operand_shape_index(shape_index); in PropagateLivenessThroughGTE() local
H A Dhlo_dataflow_analysis.cc1820 ShapeIndex operand_shape_index = pair.second.second; in GetInPlaceInputOutputPairs() local
H A Ddynamic_dimension_inference.cc496 HloInstruction* dynamic_size) { in HandleDot()
H A Dhlo_parser.cc851 ShapeIndex operand_shape_index; in ParseInstructionOutputOperandAliasing() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dxla_data.proto794 repeated int64 operand_shape_index = 3; field