Home
last modified time | relevance | path

Searched refs:AbstractFunctionPtr (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/cc/experimental/libtf/tests/
Dfunction_test.cc35 using tensorflow::AbstractFunctionPtr;
154 AbstractFunctionPtr trace(new GraphFunction(fdef), /*add_ref=*/false); in TEST_P()
172 AbstractFunctionPtr trace(new GraphFunction(fdef), /*add_ref=*/false); in TEST_P()
195 AbstractFunctionPtr trace(new GraphFunction(fdef), /*add_ref=*/false); in TEST_P()
218 AbstractFunctionPtr trace(new GraphFunction(fdef), /*add_ref=*/false); in TEST_P()
240 AbstractFunctionPtr trace(new GraphFunction(fdef), /*add_ref=*/false); in TEST_P()
265 AbstractFunctionPtr trace(new GraphFunction(fdef), /*add_ref=*/false); in TEST_P()
Dvariable_test.cc37 using tensorflow::AbstractFunctionPtr;
/external/tensorflow/tensorflow/cc/experimental/libtf/
Dfunction.h31 tensorflow::Status RegisterTrace(tensorflow::AbstractFunctionPtr,
43 tensorflow::AbstractFunctionPtr trace;
Dfunction.cc36 using tensorflow::AbstractFunctionPtr;
44 AbstractFunctionPtr trace, AbstractContext* ctx, in ExecuteFunction()
103 Status Function::RegisterTrace(AbstractFunctionPtr fn, in RegisterTrace()
/external/tensorflow/tensorflow/cc/experimental/libtf/runtime/
Druntime.cc44 using tensorflow::AbstractFunctionPtr;
88 absl::flat_hash_map<std::string, AbstractFunctionPtr> traces; in ImportModule()
90 AbstractFunctionPtr trace(new GraphFunction(fdef), /*add_ref=*/false); in ImportModule()
/external/tensorflow/tensorflow/c/eager/
Dabstract_function.h44 using AbstractFunctionPtr = variable