Home
last modified time | relevance | path

Searched refs:TFE_OpSetAttrShapeList (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api.h360 TF_CAPI_EXPORT extern void TFE_OpSetAttrShapeList(
Dc_api.cc840 void TFE_OpSetAttrShapeList(TFE_Op* op, const char* attr_name, in TFE_OpSetAttrShapeList() function
/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_builder_jni.cc330 TFE_OpSetAttrShapeList(op, cname, cdims.get(), cnum_dims.get(), in Java_org_tensorflow_EagerOperationBuilder_setAttrShapeList()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc479 TFE_OpSetAttrShapeList(op, key, dims.get(), num_dims.get(), num_values, in SetOpAttrList()
616 TFE_OpSetAttrShapeList(op, key, dims.get(), num_dims.get(), num_values, in SetOpAttrListDefault()