Home
last modified time | relevance | path

Searched defs:addOutput (Results 1 – 4 of 4) sorted by relevance

/external/pytorch/torch/csrc/jit/frontend/
Dtracer.h389 void addOutput(Node* node, T&&) { in addOutput() function
Dtracer.cpp884 void addOutput(Node* node, const at::Tensor& output) { in addOutput() function
895 void addOutput(Node* node, const std::vector<at::Tensor>& outputs) { in addOutput() function
907 void addOutput(Node* node, const c10::List<at::Tensor>& outputs) { in addOutput() function
911 void addOutput( in addOutput() function
/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/
DPollAirflowCommandResponse.java2492 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder
2519 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder
2547 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder
2572 public Builder addOutput( in addOutput() method in PollAirflowCommandResponse.Builder
/external/pytorch/torch/csrc/jit/ir/
Dir.cpp1444 Value* Node::addOutput() { in addOutput() function in torch::jit::Node