Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i112 %typemap(out) TF_AttrType {
299 %typemap(out) TF_AttrType;
/external/tensorflow/tensorflow/c/eager/
Dc_api.h294 TF_CAPI_EXPORT extern TF_AttrType TFE_OpGetAttrType(TFE_Op* op,
301 TF_CAPI_EXPORT extern TF_AttrType TFE_OpNameGetAttrType(
Dc_api.cc631 TF_AttrType TFE_OpGetAttrType(TFE_Op* op, const char* attr_name, in TFE_OpGetAttrType()
633 TF_AttrType ret; in TFE_OpGetAttrType()
639 TF_AttrType TFE_OpNameGetAttrType(TFE_Context* ctx, in TFE_OpNameGetAttrType()
643 TF_AttrType ret; in TFE_OpNameGetAttrType()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc195 TF_AttrType* out, unsigned char* is_list) { in AttrTypeByName()
201 *out = static_cast<TF_AttrType>(*t & ~kIsList); in AttrTypeByName()
Dattr_builder_test.cc54 TF_AttrType t; in TEST()
Dattr_builder.h55 TF_AttrType* out, unsigned char* is_list);
DBUILD243 # Only the TF_AttrType enum is required, so pull in just the C headers.
/external/tensorflow/tensorflow/c/
Dc_api.h690 typedef enum TF_AttrType { enum
700 } TF_AttrType; typedef
712 TF_AttrType type;
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc268 TF_AttrType type, in SetOpAttrList()
431 const char* key, TF_AttrType type, in SetOpAttrListDefault()
526 TF_AttrType type, in SetOpAttrScalar()
654 const TF_AttrType type = TFE_OpGetAttrType(op, key, &is_list, out_status); in SetOpAttrs()
676 const TF_AttrType type = TFE_OpGetAttrType(op, attr_name, &is_list, status); in SetOpAttrWithDefaults()