Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_OpKernelConstruction_GetAttrSize (0.35 sec)

  1. tensorflow/c/kernels.cc

      auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx);
      absl::Status s(tsl::StatusFromTF_Status(status));
      cc_ctx->CtxFailure(s);
    }
    
    void TF_OpKernelConstruction_GetAttrSize(TF_OpKernelConstruction* ctx,
                                             const char* attr_name,
                                             int32_t* list_size,
                                             int32_t* total_size,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 22:53:47 UTC 2024
    - 36K bytes
    - Viewed (0)
Back to top