Home
last modified time | relevance | path

Searched defs:computation_name (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconditional_test.cc81 XlaComputation CreateTupleCeilComputation(const std::string& computation_name, in CreateTupleCeilComputation()
104 const std::string& computation_name, const Shape& tuple_shape) { in CreateTupleFloorComputation()
125 XlaComputation CreateTupleAddComputation(const std::string& computation_name, in CreateTupleAddComputation()
145 XlaComputation CreateTupleSubComputation(const std::string& computation_name, in CreateTupleSubComputation()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo.proto532 string computation_name = 1 [deprecated = true]; field
594 string computation_name = 3; field
H A Dhuman_readable_profile_builder.h32 explicit HumanReadableProfileBuilder(absl::string_view computation_name, in HumanReadableProfileBuilder()
H A Dhlo_parser.cc1068 const std::string& computation_name) { in ParseInstructionList()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/
H A Dhlo_function_importer.cc260 std::string computation_name = in ImportAsFunc() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc280 XlaBuilder::XlaBuilder(const std::string& computation_name) in XlaBuilder()
3828 const std::string& computation_name) { in CreateSubBuilder()