tf_1.8_xla_doc
|
Builder class for HloComputation. More...
#include <hlo_computation.h>
Public Member Functions | |
std::unique_ptr< HloComputation > | Build (HloInstruction *root_instruction=nullptr) |
Build and return an HloComputation. More... | |
HloInstruction * | AddInstruction (std::unique_ptr< HloInstruction > instruction) |
Add the instruction to the member instructions which is an array used to record instructions. | |
Builder class for HloComputation.
std::unique_ptr< HloComputation > xla::HloComputation::Builder::Build | ( | HloInstruction * | root_instruction = nullptr | ) |
Build and return an HloComputation.
parameter_count
.HloComputation
object and return it.