Searched refs:FunctionDefAndOpRegistration (Results 1 – 2 of 2) sorted by relevance
547 std::shared_ptr<FunctionDefAndOpRegistration> entry = FindHelper(func_name); in GetStackTraces()558 struct FunctionDefAndOpRegistration { struct559 explicit FunctionDefAndOpRegistration(567 std::shared_ptr<FunctionDefAndOpRegistration> FindHelper( argument572 Status AddHelper(std::shared_ptr<FunctionDefAndOpRegistration> registration,607 gtl::FlatMap<string, std::shared_ptr<FunctionDefAndOpRegistration>>
1218 FunctionLibraryDefinition::FunctionDefAndOpRegistration::1219 FunctionDefAndOpRegistration(const FunctionDef& fdef_in, in FunctionDefAndOpRegistration() function in tensorflow::FunctionLibraryDefinition::FunctionDefAndOpRegistration1244 ptr.reset(new FunctionDefAndOpRegistration(fdef)); in FunctionLibraryDefinition()1268 std::shared_ptr<FunctionLibraryDefinition::FunctionDefAndOpRegistration>1288 std::shared_ptr<FunctionDefAndOpRegistration>& entry = in AddFunctionDefHelper()1306 entry = std::make_shared<FunctionDefAndOpRegistration>(fdef, stack_traces); in AddFunctionDefHelper()1312 std::shared_ptr<FunctionDefAndOpRegistration> registration, bool* added) { in AddHelper()1314 std::shared_ptr<FunctionDefAndOpRegistration>& entry = in AddHelper()1347 std::shared_ptr<FunctionDefAndOpRegistration> function_def; in CopyFunctionDefFrom()1359 std::shared_ptr<FunctionDefAndOpRegistration>& entry = function_defs_[func]; in CopyFunctionDefFrom()