Home
last modified time | relevance | path

Searched refs:FunctionDefAndOpRegistration (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dfunction.h547 std::shared_ptr<FunctionDefAndOpRegistration> entry = FindHelper(func_name); in GetStackTraces()
558 struct FunctionDefAndOpRegistration { struct
559 explicit FunctionDefAndOpRegistration(
567 std::shared_ptr<FunctionDefAndOpRegistration> FindHelper( argument
572 Status AddHelper(std::shared_ptr<FunctionDefAndOpRegistration> registration,
607 gtl::FlatMap<string, std::shared_ptr<FunctionDefAndOpRegistration>>
Dfunction.cc1218 FunctionLibraryDefinition::FunctionDefAndOpRegistration::
1219 FunctionDefAndOpRegistration(const FunctionDef& fdef_in, in FunctionDefAndOpRegistration() function in tensorflow::FunctionLibraryDefinition::FunctionDefAndOpRegistration
1244 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()