MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetTensors

Function GetTensors

tensorflow/cc/framework/testutil.cc:27–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace test {
26
27void GetTensors(const Scope& scope, OutputList tensors,
28 std::vector<Tensor>* out) {
29 ClientSession session(scope);
30 TF_CHECK_OK(session.Run(tensors, out));
31}
32
33void GetTensor(const Scope& scope, Output tensor, Tensor* out) {
34 std::vector<Tensor> outputs;

Callers 3

TESTFunction · 0.85
GetTensorFunction · 0.85
TEST_FFunction · 0.85

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected