Searched refs:AttrTypeMapForOp (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder_test.cc | 42 Status s = AttrTypeMapForOp("SomeFunctionName", &m, &is_function); in TEST() 51 s = AttrTypeMapForOp("MatMul", &m, &is_function); in TEST() 65 s = AttrTypeMapForOp("Squeeze", &m, &is_function); in TEST()
|
D | attr_builder.h | 52 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out,
|
D | attr_builder.cc | 66 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out, in AttrTypeMapForOp() function
|
D | eager_operation.cc | 319 TF_RETURN_IF_ERROR(AttrTypeMapForOp(op, &attr_types_, &is_function)); in Reset()
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 698 status->status = tensorflow::AttrTypeMapForOp( in TFE_OpGetAttrType()
|