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.h136 std::unique_ptr<CapturedFunction>* out_function);
143 std::unique_ptr<CapturedFunction>* out_function);
219 std::unique_ptr<InstantiatedCapturedFunction>* out_function);
Dcaptured_function.cc547 std::unique_ptr<CapturedFunction>* out_function) { in Create() argument
552 out_function); in Create()
559 std::unique_ptr<CapturedFunction>* out_function) { in Create() argument
560 *out_function = absl::WrapUnique( in Create()
810 std::unique_ptr<InstantiatedCapturedFunction>* out_function) { in Create() argument
811 out_function->reset(new InstantiatedCapturedFunction( in Create()