Searched defs:captured_inputs (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/data/ |
D | map_defun_op.cc | 49 OpInputList captured_inputs; member 259 OpInputList captured_inputs; in SetupArgs() local
|
D | captured_function.h | 163 const std::vector<Tensor>& captured_inputs() const { in captured_inputs() function
|
D | captured_function.cc | 327 const std::vector<Tensor>* captured_inputs, in OwnedArgsCallFrame() 371 const std::vector<Tensor>* captured_inputs, in BorrowedArgsCallFrame() 550 std::vector<Tensor> captured_inputs(inputs.begin(), inputs.end()); in Create() local 558 std::vector<Tensor>&& captured_inputs, in Create() 729 std::vector<Tensor> captured_inputs) in CapturedFunction()
|
D | map_defun_op_test.cc | 26 std::vector<Tensor> captured_inputs, in MapDefunOpParams()
|
/external/tensorflow/tensorflow/core/kernels/batching_util/ |
D | batch_resource_base.h | 70 std::vector<Tensor> captured_inputs; member
|
D | batch_resource_base.cc | 601 const auto& captured_inputs = in ProcessFuncBatch() local
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | load.py | 93 def _call_flat(self, args, captured_inputs, cancellation_manager=None): argument
|
/external/tensorflow/tensorflow/python/framework/ |
D | function.py | 360 def captured_inputs(self): member in _DefinedFunction
|
/external/tensorflow/tensorflow/python/eager/ |
D | function.py | 1868 def _call_flat(self, args, captured_inputs, cancellation_manager=None): argument 2027 def captured_inputs(self): member in ConcreteFunction
|