Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Bernice (0.13 sec)

  1. tensorflow/c/experimental/next_pluggable_device/c_api.cc

        delete var_info;
      }
    }
    
    // ---------------------  Coordination service  --------------------------------
    TF_CoordinationServiceAgent* TF_GetCoordinationServiceAgent(
        TF_OpKernelContext* ctx) {
      auto* cc_ctx = reinterpret_cast<tensorflow::OpKernelContext*>(ctx);
      return reinterpret_cast<TF_CoordinationServiceAgent*>(
          cc_ctx->coordination_service_agent());
    }
    
    C++
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Tue Jan 09 00:52:04 GMT 2024
    - 13.9K bytes
    - Viewed (1)
Back to top