Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 14f (0.01 sec)

  1. tensorflow/cc/gradients/image_grad_test.cc

      }
    
      const std::vector<Input> kScales = {Input{1.0f, 1.0f}, Input{0.37f, 0.47f},
                                          Input{2.1f, 2.1f}};
      const std::vector<Input> kTranslations = {
          Input{0.0f, 0.0f}, Input{3.14f, 1.19f}, Input{2.1f, 3.1f},
          Input{100.0f, 200.0f}};
      Scope scope_;
    };
    
    TEST_F(ScaleAndTranslateGradTest, TestGrads) {
      const std::vector<std::string> kKernelTypes = {"lanczos1", "lanczos3",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 15 04:08:05 UTC 2019
    - 12.1K bytes
    - Viewed (0)
Back to top