Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h32 explicit HumanReadableProfileBuilder(absl::string_view computation_name, in HumanReadableProfileBuilder()
Dhlo.proto532 string computation_name = 1 [deprecated = true]; field
594 string computation_name = 3; field
Dhlo_parser.cc1068 const std::string& computation_name) { in ParseInstructionList()
/external/tensorflow/tensorflow/compiler/xla/tests/
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()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc260 std::string computation_name = in ImportAsFunc() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc280 XlaBuilder::XlaBuilder(const std::string& computation_name) in XlaBuilder()
3828 const std::string& computation_name) { in CreateSubBuilder()