Which of the following functions offers you the list of all the input tensors in a model?

47. Which of the following functions offers you the list of all the input tensors in a model?

  1. Models.inputs()
  2. Input. Models()
  3. Inputs()

Answer: A) Models.inputs()

Explanation:

Model.inputs() function offers you the list of all the input tensors in a model.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.