Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TF_OperationGetAttrString (0.08 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. tensorflow/c/c_api.cc

        case tensorflow::AttrValue::VALUE_NOT_SET:
          status->status =
              InvalidArgument("Attribute '", attr_name, "' has no value set");
          break;
      }
      return metadata;
    }
    
    void TF_OperationGetAttrString(TF_Operation* oper, const char* attr_name,
                                   void* value, size_t max_length,
                                   TF_Status* status) {
      const auto* attr = GetAttrValue(oper, attr_name, status);
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 04 05:55:32 GMT 2025
    - 102.4K bytes
    - Click Count (0)
Back to Top