Searched defs:addOutput (Results 1 – 4 of 4) sorted by relevance
389 void addOutput(Node* node, T&&) { in addOutput() function
884 void addOutput(Node* node, const at::Tensor& output) { in addOutput() function895 void addOutput(Node* node, const std::vector<at::Tensor>& outputs) { in addOutput() function907 void addOutput(Node* node, const c10::List<at::Tensor>& outputs) { in addOutput() function911 void addOutput( in addOutput() function
2492 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder2519 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder2547 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder2572 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder
1444 Value* Node::addOutput() { in addOutput() function in torch::jit::Node