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

Method MathGradTest

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

Source from the content-addressed store, hash-verified

579class MathGradTest : public ::testing::Test {
580 protected:
581 MathGradTest() : root_(Scope::NewRootScope().WithDevice("/cpu:0")) {}
582
583 template <typename T>
584 void TestMatMulGrad(const bool is_batch, const bool t_x, const bool t_y) {

Callers

nothing calls this directly

Calls 1

WithDeviceMethod · 0.45

Tested by

no test coverage detected