Home
last modified time | relevance | path

Searched defs:Pull (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dhost_tensor_queue.h38 const std::vector<TensorPtr> &Pull() { return buffers_.front(); } in Pull() function
/third_party/grpc/src/core/ext/transport/chaotic_good/
Dcontrol_endpoint.cc25 auto ControlEndpoint::Buffer::Pull() { in Pull() function in grpc_core::chaotic_good::ControlEndpoint::Buffer
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dother_ops.py676 class Pull(PrimitiveWithInfer): class