Home
last modified time | relevance | path

Searched refs:TF_AttrType (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i77 %typemap(out) TF_AttrType {
199 %typemap(out) TF_AttrType;
/external/tensorflow/tensorflow/c/eager/
Dc_api.h174 TF_CAPI_EXPORT extern TF_AttrType TFE_OpGetAttrType(TFE_Op* op,
181 TF_CAPI_EXPORT extern TF_AttrType TFE_OpNameGetAttrType(
Druntime.cc90 TF_AttrType* out, unsigned char* is_list) { in AttrTypeByName()
96 *out = static_cast<TF_AttrType>(*t & ~kIsList); in AttrTypeByName()
Druntime.h47 TF_AttrType* out, unsigned char* is_list);
Dc_api.cc313 TF_AttrType TFE_OpGetAttrType(TFE_Op* op, const char* attr_name, in TFE_OpGetAttrType()
315 TF_AttrType ret; in TFE_OpGetAttrType()
327 TF_AttrType TFE_OpNameGetAttrType(TFE_Context* ctx, in TFE_OpNameGetAttrType()
331 TF_AttrType ret; in TFE_OpNameGetAttrType()
Druntime_test.cc64 TF_AttrType t; in TEST()
/external/tensorflow/tensorflow/c/
Dc_api.h652 typedef enum TF_AttrType { enum
662 } TF_AttrType; typedef
674 TF_AttrType type;
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc134 TFE_Op* op, const char* key, PyObject* py_list, TF_AttrType type, in SetOpAttrList()
262 const char* key, TF_AttrType type, in SetOpAttrListDefault()
354 TF_AttrType type, in SetOpAttrScalar()
530 const TF_AttrType type = TFE_OpGetAttrType(op, key, &is_list, out_status); in SetOpAttrs()
551 const TF_AttrType type = TFE_OpGetAttrType(op, attr_name, &is_list, status); in SetOpAttrWithDefaults()