Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for forward_ref_input_to_ref_output (0.3 sec)

  1. tensorflow/c/kernels_experimental.cc

      auto* cc_ctx = reinterpret_cast<::tensorflow::OpKernelContext*>(ctx);
      if (cc_ctx->input_dtype(input_index) != tensorflow::DT_RESOURCE) {
        cc_ctx->forward_ref_input_to_ref_output(input_index, output_index);
      }
    }
    
    void TF_ReleaseVariableInputLockHolder(TF_VariableInputLockHolder* lockHolder) {
      if (lockHolder != nullptr) {
        lockHolder->locks.reset();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:12:29 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top