Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dcaptured_function.cc211 class OwnedArgsCallFrame : public CallFrameBase { class
213 OwnedArgsCallFrame(std::vector<Tensor>&& args, in OwnedArgsCallFrame() function in tensorflow::data::__anoncde944130211::OwnedArgsCallFrame
323 OwnedArgsCallFrame frame(std::move(args), &captured_func_->captured_inputs(), in Run()
415 OwnedArgsCallFrame* frame = new OwnedArgsCallFrame( in RunAsync()