Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_input_output_alias_config.cc83 ShapeIndex output_index(entry.output_shape_index().begin(), in CreateFromProto()
84 entry.output_shape_index().end()); in CreateFromProto()
Dhlo_module_config.h67 ShapeIndex output_shape_index; member
Dhlo.proto400 // output_shape_index={1},
409 repeated int64 output_shape_index = 1; field
Dhlo_dataflow_analysis.cc1818 ShapeIndex output_shape_index = pair.first; in GetInPlaceInputOutputPairs() local
1823 output_shape_index}); in GetInPlaceInputOutputPairs()
Dhlo_instruction.cc780 ShapeIndex(aliasing.output_shape_index().begin(), in CreateFromProto()
781 aliasing.output_shape_index().end()), in CreateFromProto()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto792 repeated int64 output_shape_index = 1; field