Home
last modified time | relevance | path

Searched refs:name_loc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/
Dop_or_arg_name_mapper.cc115 if (auto name_loc = curr_loc.dyn_cast<mlir::NameLoc>()) { in GetNameFromLoc() local
118 auto name = name_loc.getName().strref().split('@').first; in GetNameFromLoc()
125 if (auto name_loc = call_loc.getCallee().dyn_cast<mlir::NameLoc>()) { in GetNameFromLoc() local
126 auto name = name_loc.getName().strref().split('@').first; in GetNameFromLoc()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc130 const std::string& name, LocTy name_loc);
349 LocTy name_loc);
353 LocTy name_loc);
572 LocTy name_loc = lexer_.GetLoc(); in ParseComputation() local
607 return AddComputation(name, computation, name_loc); in ParseComputation()
660 const LocTy name_loc = lexer_.GetLoc(); in ParseInstruction() local
673 return ParseInstructionRhs(builder, name, name_loc); in ParseInstruction()
678 LocTy name_loc) { in ParseInstructionRhs() argument
1825 return Error(name_loc, in ParseInstructionRhs()
1851 return Error(name_loc, StrCat("error adding control dependency for: ", in ParseInstructionRhs()
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc65 if (auto name_loc = call_site.getCallee().dyn_cast<mlir::NameLoc>()) { in ConvertLocation() local
66 debug_info->add_original_node_names(name_loc.getName().c_str()); in ConvertLocation()