Home
last modified time | relevance | path

Searched refs:current_function_name (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dhost_training_loop_optimization_util.cc221 const std::string* current_function_name, in FindTPUCompileNodes() argument
257 if (current_function_name) { in FindTPUCompileNodes()
259 *current_function_name; in FindTPUCompileNodes()
389 const std::string* current_function_name, in DetectHostTrainingLoop() argument
435 FindTPUCompileNodes(current_function_name, current_function_attr, frames, in DetectHostTrainingLoop()
Dhost_training_loop_optimization_util.h66 const std::string* current_function_name,
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_inspection_required_ops_utils.h95 const string& current_function_name() const { return current_function_name_; } in current_function_name() function
Dinspecting_placer.cc142 errors::FormatFunctionForError(stack_.current_function_name()), in ComputeIOColocationGroups()