Searched defs:tf_package (Results 1 – 4 of 4) sorted by relevance
33 tensorflow::StatusOr<std::vector<Handle>> BuildObjects(TFPackage& tf_package) { in BuildObjects()82 TFPackage tf_package) { in RegisterConcreteFunctions()88 tensorflow::Status InitializeVariables(Runtime runtime, TFPackage tf_package, in InitializeVariables()95 TFPackage tf_package, in SetupPolymorphicFunctions()101 tensorflow::Status SetupFunctionCaptures(Runtime runtime, TFPackage tf_package, in SetupFunctionCaptures()108 tensorflow::StatusOr<Handle> BuildObjectHierarchy(TFPackage tf_package, in BuildObjectHierarchy()114 TFPackage& tf_package) { in BuildProgram()
39 TFPackage tf_package; in Load() local
38 TFPackage tf_package; in TEST() local
79 tensorflow::StatusOr<TFPackage> tf_package = TFPackage::Load(name.get()); in ImportModule() local