Search Options

Display Count
Sort
Preferred Language
Advanced Search

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

  1. tensorflow/c/eager/c_api_test.cc

      EXPECT_EQ(4.0, data[3]);
      TF_DeleteTensor(t);
    
      TFE_DeleteTensorHandle(h);
      TFE_DeleteTensorHandle(h_shares_tensor);
      TFE_DeleteContext(ctx);
    }
    
    tensorflow::AttrValueMap ExtractAttrs(TFE_Op* op) {
      tensorflow::AttrValueMap attr_values;
      tensorflow::EagerOperation* operation =
          tensorflow::OperationFromInterface(tensorflow::unwrap(op));
      operation->Attrs().FillAttrValueMap(&attr_values);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 09 05:56:18 GMT 2025
    - 94.6K bytes
    - Click Count (0)
Back to Top