Home
last modified time | relevance | path

Searched refs:AttrTypeMapForOp (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder_test.cc41 Status s = AttrTypeMapForOp("SomeFunctionName", &m, &is_function); in TEST()
50 s = AttrTypeMapForOp("MatMul", &m, &is_function); in TEST()
64 s = AttrTypeMapForOp("Squeeze", &m, &is_function); in TEST()
Dattr_builder.h50 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out,
Dattr_builder.cc65 Status AttrTypeMapForOp(const char* op_name, const AttrTypeMap** out, in AttrTypeMapForOp() function
Dexecute.cc1060 tensorflow::AttrTypeMapForOp("_Send", &types, &is_function)); in ExecuteSend()
1091 tensorflow::AttrTypeMapForOp("_Recv", &types, &is_function)); in ExecuteRecv()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Deager_service_impl.cc158 TF_RETURN_IF_ERROR(tensorflow::AttrTypeMapForOp(name, &types, &is_function)); in ExecuteOp()
/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc241 tensorflow::AttrTypeMapForOp(name_.c_str(), &attr_types, &is_function), in BuildEagerOp()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc567 status->status = tensorflow::AttrTypeMapForOp(name, &types, &is_function); in TFE_NewOp()