Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tf_attrtype (0.05 sec)

  1. tensorflow/c/BUILD

            ],
            ("//tensorflow:chromiumos", "//tensorflow:fuchsia"): [
                ":tf_attrtype",
                "//tensorflow/core:core_cpu",
                "//tensorflow/core:framework",
                "//tensorflow/core:lib",
                "//tensorflow/core/platform:platform",
            ],
            "//conditions:default": [
                ":tf_attrtype",
                "//tensorflow/core:core_cpu",
                "//tensorflow/core:framework",
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Nov 02 06:47:06 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  2. tensorflow/c/eager/c_api.cc

                                                TF_Status* status) {
      return tensorflow::wrap(tensorflow::unwrap(op)->GetInputs()[index]);
    }
    
    TF_AttrType TFE_OpGetAttrType(TFE_Op* op, const char* attr_name,
                                  unsigned char* is_list, TF_Status* status) {
      TF_AttrType ret = TF_ATTR_INT;
      const tensorflow::AttrTypeMap* attr_types_;
      bool is_function;
      status->status = tensorflow::AttrTypeMapForOp(
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Sat Oct 12 05:11:17 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  3. tensorflow/c/eager/c_api.h

                                                               int index,
                                                               TF_Status* status);
    
    TF_CAPI_EXPORT extern TF_AttrType TFE_OpGetAttrType(TFE_Op* op,
                                                        const char* attr_name,
                                                        unsigned char* is_list,
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 22.8K bytes
    - Viewed (0)
Back to top