Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcall_graph.h62 const std::vector<HloComputation*>& called_computations, in CallSite()
72 const std::vector<HloComputation*>& called_computations() const { in called_computations() function
Dcall_graph_test.cc361 const std::vector<HloComputation*>& called_computations = in TEST_F() local
Dhlo_instruction.h1556 const std::vector<HloComputation*>& called_computations() const { in called_computations() function
Dhlo_parser.cc2385 optional<std::vector<HloComputation*>> called_computations; in ParseInstructionRhs() local
Dhlo_instruction.cc1774 absl::Span<HloComputation* const> called_computations, in CreateCustomCall()
Dhlo_instructions.cc2518 absl::Span<HloComputation* const> called_computations, in HloCustomCallInstruction()