Home
last modified time | relevance | path

Searched refs:RunMetadataRecordFunction (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.h185 tensorflow::Status RunMetadataRecordFunction(const std::string& func_name);
Dc_api_tfrt.cc1208 tensorflow::Status ContextInterface::RunMetadataRecordFunction( in RunMetadataRecordFunction() function in tfrt::tf::ContextInterface
1552 TF_RETURN_IF_ERROR(context_->RunMetadataRecordFunction(op_name_)); in Initialize()