Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SingleTag (0.17 sec)

  1. tensorflow/c/kernels/summary_op.cc

    // Helper functions for compute method
    bool IsSameSize(TF_Tensor* tensor1, TF_Tensor* tensor2);
    // 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) {
    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