Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stateful_results (0.1 sec)

  1. tensorflow/cc/gradients/functional_grad_test.cc

      auto results =
          PartitionedCall(scope_, std::initializer_list<Input>{x}, {DT_FLOAT}, f);
      RunTest(x, {}, results[0], {});
    
      auto stateful_results = StatefulPartitionedCall(
          scope_, std::initializer_list<Input>{x}, {DT_FLOAT}, f);
      RunTest(x, {}, stateful_results[0], {});
    }
    
    }  // namespace
    }  // namespace ops
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 26 14:42:24 UTC 2021
    - 3K bytes
    - Viewed (0)
Back to top