Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AttrValue (0.08 sec)

  1. tensorflow/c/c_api_test.cc

      EXPECT_EQ(0, TF_OperationOutputNumConsumers(TF_Output{feed, 0}));
      EXPECT_EQ(0, TF_OperationNumControlInputs(feed));
      EXPECT_EQ(0, TF_OperationNumControlOutputs(feed));
    
      tensorflow::AttrValue attr_value;
      ASSERT_TRUE(GetAttrValue(feed, "dtype", &attr_value, s)) << TF_Message(s);
      EXPECT_EQ(attr_value.type(), tensorflow::DT_INT32);
    
      // Test not found errors in TF_Operation*() query functions.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 96.9K bytes
    - Viewed (0)
Back to top