Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DataFlowGradTest (0.14 sec)

  1. tensorflow/cc/gradients/data_flow_grad_test.cc

    namespace tensorflow {
    namespace {
    
    using ops::Const;
    using ops::DynamicPartition;
    using ops::DynamicStitch;
    using ops::Placeholder;
    
    class DataFlowGradTest : public ::testing::Test {
     protected:
      DataFlowGradTest() : scope_(Scope::NewRootScope()) {}
    
      void RunTest(const OutputList& xs, const std::vector<TensorShape>& x_shapes,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 02 18:49:13 UTC 2018
    - 2.6K bytes
    - Viewed (0)
Back to top