Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ScalarSummaryOp_Compute (0.2 sec)

  1. tensorflow/c/kernels/summary_op.cc

    // Returns a string representation of a single tag or empty string if there
    // are multiple tags
    std::string SingleTag(TF_Tensor* tags);
    
    template <typename T>
    void ScalarSummaryOp_Compute(void* kernel, TF_OpKernelContext* ctx) {
      Params params(ctx);
      if (TF_GetCode(params.status) != TF_OK) {
        TF_OpKernelContext_Failure(ctx, params.status);
        return;
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top