immutable_inputs
Function
Obtains inputs of a request.
C++ Prototype
const TensorMap &ImmutableInputs() const
Python Prototype
immutable_inputs()
Parameters
None
Usage Example
Return the request input tensor.
1 | tensor_input = infer_request.immutable_inputs() |
Parent topic: InferRequest