Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WhileGradientsTest (0.13 sec)

  1. tensorflow/cc/framework/while_gradients_test.cc

    #include "tensorflow/core/lib/core/status_test_util.h"
    #include "tensorflow/core/platform/test.h"
    
    namespace tensorflow {
    
    namespace {
    
    class WhileGradientsTest : public ::testing::Test {
     protected:
      WhileGradientsTest() : scope_(Scope::NewRootScope()) {}
    
      void Init(int num_inputs, DataType dtype = DT_INT32) {
        for (int i = 0; i < num_inputs; ++i) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 27 20:32:17 UTC 2017
    - 7.7K bytes
    - Viewed (0)
Back to top