Home
last modified time | relevance | path

Searched defs:tf_package (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/
H A Dmodule.cc33 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()
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libexport/
H A Dload.cc39 TFPackage tf_package; in Load() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
H A Dmodule_test.cc38 TFPackage tf_package; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/
H A Druntime.cc79 tensorflow::StatusOr<TFPackage> tf_package = TFPackage::Load(name.get()); in ImportModule() local