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

Method NaryGradTest

tensorflow/cc/gradients/math_grad_test.cc:720–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718class NaryGradTest : public ::testing::Test {
719 protected:
720 NaryGradTest() : scope_(Scope::NewRootScope().WithDevice("/cpu:0")) {}
721
722 void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
723 const OutputList& ys, const std::vector<TensorShape>& y_shapes) {

Callers

nothing calls this directly

Calls 1

WithDeviceMethod · 0.45

Tested by

no test coverage detected