- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for tf_attrtype (0.05 seconds)
-
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",Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Feb 17 18:49:14 GMT 2026 - 30.3K bytes - Click Count (0) -
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(Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Fri Nov 07 05:55:21 GMT 2025 - 43.9K bytes - Click Count (0) -
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,Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Apr 27 21:07:00 GMT 2023 - 22.8K bytes - Click Count (0)