Home
last modified time | relevance | path

Searched refs:FormatFunctionForError (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dinspecting_placer.cc142 errors::FormatFunctionForError(stack_.current_function_name()), in ComputeIOColocationGroups()
143 " calls function ", errors::FormatFunctionForError(func.name()), in ComputeIOColocationGroups()
H A Dplacer_inspection_required_ops_utils.cc129 "Function ", errors::FormatFunctionForError(frames_[i].function_name), in FormatForError()
137 errors::FormatFunctionForError(fname))); in FormatForError()
H A Dprocess_function_library_runtime.cc1324 errors::FormatFunctionForError(data->function_name_), " ", in RunMultiDeviceSync()
1414 errors::FormatFunctionForError(data->function_name_), " ", in RunMultiDeviceAsync()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Derrors.h437 inline std::string FormatFunctionForError(const std::string& name) { in FormatFunctionForError() function
461 error_message.push_back(FormatFunctionForError(func_names[i])); in FormatOriginalNodeLocationForError()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpartitioned_function_ops.cc267 strings::StrCat(errors::FormatFunctionForError(func_name), in RunFunction()