HomeSort by relevance Sort by last modified time
    Searched refs:MathGradTest (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/ops/
math_grad_test.cc 37 class MathGradTest : public ::testing::Test {
390 TEST_F(MathGradTest, Error_Reporting) {
398 TEST_F(MathGradTest, Abs) {
408 TEST_F(MathGradTest, Neg) {
418 TEST_F(MathGradTest, Reciprocal) {
428 TEST_F(MathGradTest, Square) {
438 TEST_F(MathGradTest, Sqrt) {
448 TEST_F(MathGradTest, Rsqrt) {
458 TEST_F(MathGradTest, Exp) {
468 TEST_F(MathGradTest, Expm1)
    [all...]
  /external/tensorflow/tensorflow/cc/gradients/
math_grad_test.cc 572 class MathGradTest : public ::testing::Test {
574 MathGradTest() : root_(Scope::NewRootScope().WithDevice("/cpu:0")) {}
647 TEST_F(MathGradTest, MatMulGrad_NoTranspose) {
651 TEST_F(MathGradTest, MatMulComplexGrad_NoTranspose) {
655 TEST_F(MathGradTest, MatMulGrad_TransposeX) {
659 TEST_F(MathGradTest, MatMulComplexGrad_TransposeX) {
663 TEST_F(MathGradTest, MatMulGrad_TransposeY) {
667 TEST_F(MathGradTest, MatMulComplexGrad_TransposeY) {
671 TEST_F(MathGradTest, MatMulGrad_TransposeX_TransposeY) {
675 TEST_F(MathGradTest, MatMulComplexGrad_TransposeX_TransposeY)
    [all...]

Completed in 734 milliseconds