Skip to main content
Ctrl+K
Logo image Logo image

Site Navigation

  • Installation
  • Tutorials
  • API
  • Examples Gallery
  • Notebooks Gallery
  • Other pages
  • Blog Gallery

Site Navigation

  • Installation
  • Tutorials
  • API
  • Examples Gallery
  • Notebooks Gallery
  • Other pages
  • Blog Gallery

Section Navigation

  • Agility
  • Short examples
  • FAQ
  • Command lines
  • History
  • onnxcustom: custom ONNX
  • All indexes
  • Statistics on code
  • Changes
  • Classes
  • Functions
  • Methods
  • Modules
    • module __init__
    • module __main__
    • module cli
    • module cli.profiling
    • module plotting
    • module plotting.plotting_onnx
    • module training
    • module training._base
    • module training._base_estimator
    • module training._base_onnx_function
    • module training.data_loader
    • module training.excs
    • module training.grad_helper
    • module training.optimizers
    • module training.optimizers_partial
    • module training.ortgradient
    • module training.sgd_learning_loss
    • module training.sgd_learning_penalty
    • module training.sgd_learning_rate
    • module utils
    • module utils.benchmark
    • module utils.doc_helper
    • module utils.imagenet_classes
    • module utils.nvprof2json
    • module utils.onnx_function
    • module utils.onnx_helper
    • module utils.onnx_rewriter
    • module utils.onnx_split
    • module utils.onnxruntime_helper
    • module utils.orttraining_helper
    • module utils.print_helper
  • Static Methods
  • Blog Gallery
  • License

module utils.print_helper#

Short summary#

module onnxcustom.utils.print_helper

Helpers to display internal structures.

source on GitHub

Functions#

function

truncated documentation

str_ortvalue

Displays the content of an C_OrtValue.

Documentation#

Helpers to display internal structures.

source on GitHub

onnxcustom.utils.print_helper.str_ortvalue(ov)#

Displays the content of an C_OrtValue.

Parameters:

ov – OrtValue or C_OrtValue

Returns:

str

source on GitHub

previous

module utils.orttraining_helper

next

Properties

On this page
  • Short summary
  • Functions
  • Documentation
    • str_ortvalue()

Show Source

Built with the PyData Sphinx Theme 0.12.0.