Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.h120 std::unique_ptr<CapturedFunction>* out_function);
130 std::unique_ptr<CapturedFunction>* out_function);
140 std::unique_ptr<CapturedFunction>* out_function);
Dcaptured_function.cc106 std::unique_ptr<CapturedFunction>* out_function) { in Create() argument
107 return CapturedFunction::Create(func, ctx, argument_name, true, out_function); in Create()
113 std::unique_ptr<CapturedFunction>* out_function) { in Create() argument
117 *out_function = absl::WrapUnique(new CapturedFunction( in Create()
125 std::unique_ptr<CapturedFunction>* out_function) { in Create() argument
126 *out_function = absl::WrapUnique(new CapturedFunction( in Create()