Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for VerifyCollocation (0.06 seconds)

  1. tensorflow/c/c_api_test.cc

        TF_SetAttrValueProto(desc, tensorflow::kColocationAttrName, bytes.data(),
                             bytes.size(), s_);
        ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_);
      }
    
      void VerifyCollocation(TF_Operation* op,
                             const std::vector<string>& expected) {
        TF_AttrMetadata m =
            TF_OperationGetAttrMetadata(op, tensorflow::kColocationAttrName, s_);
        if (expected.empty()) {
    Created: Tue Dec 30 12:39:10 GMT 2025
    - Last Modified: Mon Nov 17 00:00:38 GMT 2025
    - 97K bytes
    - Click Count (0)
Back to Top