Home
last modified time | relevance | path

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

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