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

Method Run

tensorflow/cc/framework/while_gradients_test.cc:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54 template <typename T>
55 void Run(const std::vector<Input::Initializer>& input_values,
56 const std::vector<T>& expected_grad_values) {
57 Run<T>(ClientSession(scope_), input_values, expected_grad_values);
58 }
59
60 template <typename T>
61 void Run(const ClientSession& session,

Callers 3

GetTensorsFunction · 0.45
TEST_FFunction · 0.45

Calls 4

ClientSessionClass · 0.85
RunOptionsClass · 0.50
sizeMethod · 0.45
emplaceMethod · 0.45

Tested by

no test coverage detected