VolloTreesCompiler Logo
  • vollo_trees_compiler
    • Config
      • Config.from_json()
      • Config.max_input_features
      • Config.max_tree_depth
      • Config.num_tree_units
      • Config.unit_ram_depth
    • Forest
      • Forest.from_onnx()
      • Forest.max_depth()
      • Forest.num_input_features()
      • Forest.num_trees()
      • Forest.to_program_bf16()
      • Forest.to_program_f32()
    • ProgramF32
      • ProgramF32.config()
      • ProgramF32.eval()
      • ProgramF32.eval_with_cycle_estimate()
      • ProgramF32.load()
      • ProgramF32.pessimistic_cycle_estimate()
      • ProgramF32.save()
    • ProgramBf16
      • ProgramBf16.config()
      • ProgramBf16.eval()
      • ProgramBf16.eval_with_cycle_estimate()
      • ProgramBf16.load()
      • ProgramBf16.pessimistic_cycle_estimate()
      • ProgramBf16.save()
    • FromOnnxError
    • ForestCompileError
  • vollo_rt
    • VolloRTContext
      • VolloRTContext.accelerator_block_size()
      • VolloRTContext.accelerator_num_cores()
      • VolloRTContext.add_accelerator()
      • VolloRTContext.add_job()
      • VolloRTContext.add_job_bf16()
      • VolloRTContext.add_job_f32()
      • VolloRTContext.get_result()
      • VolloRTContext.load_program()
      • VolloRTContext.model_input_shape()
      • VolloRTContext.model_input_streaming_dim()
      • VolloRTContext.model_name()
      • VolloRTContext.model_num_inputs()
      • VolloRTContext.model_num_outputs()
      • VolloRTContext.model_output_shape()
      • VolloRTContext.model_output_streaming_dim()
      • VolloRTContext.num_models()
      • VolloRTContext.poll()
      • VolloRTContext.run()
VolloTreesCompiler
  • Vollo Trees Compiler API Reference

Vollo Trees Compiler API Reference

  • vollo_trees_compiler
    • Config
      • Config.from_json()
      • Config.max_input_features
      • Config.max_tree_depth
      • Config.num_tree_units
      • Config.unit_ram_depth
    • Forest
      • Forest.from_onnx()
      • Forest.max_depth()
      • Forest.num_input_features()
      • Forest.num_trees()
      • Forest.to_program_bf16()
      • Forest.to_program_f32()
    • ProgramF32
      • ProgramF32.config()
      • ProgramF32.eval()
      • ProgramF32.eval_with_cycle_estimate()
      • ProgramF32.load()
      • ProgramF32.pessimistic_cycle_estimate()
      • ProgramF32.save()
    • ProgramBf16
      • ProgramBf16.config()
      • ProgramBf16.eval()
      • ProgramBf16.eval_with_cycle_estimate()
      • ProgramBf16.load()
      • ProgramBf16.pessimistic_cycle_estimate()
      • ProgramBf16.save()
    • FromOnnxError
    • ForestCompileError
  • vollo_rt
    • VolloRTContext
      • VolloRTContext.accelerator_block_size()
      • VolloRTContext.accelerator_num_cores()
      • VolloRTContext.add_accelerator()
      • VolloRTContext.add_job()
      • VolloRTContext.add_job_bf16()
      • VolloRTContext.add_job_f32()
      • VolloRTContext.get_result()
      • VolloRTContext.load_program()
      • VolloRTContext.model_input_shape()
      • VolloRTContext.model_input_streaming_dim()
      • VolloRTContext.model_name()
      • VolloRTContext.model_num_inputs()
      • VolloRTContext.model_num_outputs()
      • VolloRTContext.model_output_shape()
      • VolloRTContext.model_output_streaming_dim()
      • VolloRTContext.num_models()
      • VolloRTContext.poll()
      • VolloRTContext.run()
Next

© Copyright 2024, Myrtle.ai.

Built with Sphinx using a theme provided by Read the Docs.