Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TF_FunctionSetAttrValueProto (0.43 seconds)

  1. tensorflow/c/c_api_function.cc

      }
    
      TF_Function* func = new TF_Function();
      func->record = new tensorflow::FunctionRecord(std::move(fdef), {}, false);
      status->status = absl::OkStatus();
      return func;
    }
    
    void TF_FunctionSetAttrValueProto(TF_Function* func, const char* attr_name,
                                      const void* proto, size_t proto_len,
                                      TF_Status* status) {
      tensorflow::AttrValue attr_value;
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 12 16:27:48 GMT 2024
    - 13.7K bytes
    - Click Count (0)
Back to Top