Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/c_api.cc

      if (attr == nullptr) {
        status->status = InvalidArgument("Operation '", oper->node.name(),
                                         "' has no attr named '", attr_name, "'.");
      }
      return attr;
    }
    
    TensorId ToTensorId(const TF_Output& output) {
      return TensorId(output.oper->node.name(), output.index);
    }
    
    #if !defined(IS_MOBILE_PLATFORM) && !defined(IS_SLIM_BUILD)
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
Back to top