Searched refs:FormatFunctionForError (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | inspecting_placer.cc | 142 errors::FormatFunctionForError(stack_.current_function_name()), in ComputeIOColocationGroups() 143 " calls function ", errors::FormatFunctionForError(func.name()), in ComputeIOColocationGroups()
|
H A D | placer_inspection_required_ops_utils.cc | 129 "Function ", errors::FormatFunctionForError(frames_[i].function_name), in FormatForError() 137 errors::FormatFunctionForError(fname))); in FormatForError()
|
H A D | process_function_library_runtime.cc | 1324 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 D | errors.h | 437 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 D | partitioned_function_ops.cc | 267 strings::StrCat(errors::FormatFunctionForError(func_name), in RunFunction()
|