Home
last modified time | relevance | path

Searched defs:called_computations (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.h59 absl::Span<HloComputation* const> called_computations, in CallSite()
70 absl::Span<HloComputation* const> called_computations() const { in called_computations() function
Dcall_graph_test.cc366 auto called_computations = entry_node.callsites()[0].called_computations(); in TEST_F() local
Dhlo_instruction.h1619 const std::vector<HloComputation*>& called_computations() const { in called_computations() function
Dsharding_propagation.cc2332 const auto& called_computations = inst->called_computations(); in Run() local
Dhlo_instructions.cc1573 absl::Span<HloComputation* const> called_computations) in HloCallableInstruction()
2674 absl::Span<HloComputation* const> called_computations, in HloCustomCallInstruction()
Dhlo_parser.cc2595 optional<std::vector<HloComputation*>> called_computations; in CreateInstruction() local
Dhlo_instruction.cc1897 absl::Span<HloComputation* const> called_computations, in CreateCustomCall()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc615 const auto& called_computations = custom_call->called_computations(); in ImportInstructionImpl() local