omni.graph
Overview
API (python)
Modules
omni.graph.core
Submodules
autonode
Classes
AutoNodeDefinitionGenerator
AutoNodeDefinitionWrapper
AutoNodeTypeConversion
IEventStream
TypeRegistry
Functions
AutoClass
AutoFunc
register_autonode_type_extension
unregister_autonode_type_extension
typing
Classes
Attribute
AttributeData
AttributeDataValueHelper
AttributePortType
AttributeRole
AttributeType
AttributeValueHelper
BaseDataType
BucketId
Bundle
BundleContainer
BundleContents
ComputeGraph
ConnectionInfo
ConnectionType
Controller
DataView
DataWrapper
Database
Device
Dtype
DynamicAttributeAccess
DynamicAttributeInterface
ExecutionAttributeState
ExtendedAttributeType
ExtensionInformation
FileFormatVersion
Graph
GraphBackingType
GraphContext
GraphController
GraphEvaluationMode
GraphEvent
GraphPipelineStage
GraphRegistry
GraphRegistryEvent
GraphSettings
IBundle2
IBundleFactory
IBundleFactory2
IConstBundle2
INodeCategories
ISchedulingHints
IVariable
MemoryType
Node
NodeController
NodeEvent
NodeType
ObjectLookup
OmniGraphBindingError
OmniGraphError
OmniGraphInspector
OmniGraphValueError
PerNodeKeys
PtrToPtrKind
PyTorchTensorDouble
PyTorchTensorFloat
ReadOnlyError
RuntimeAttribute
Settings
Severity
ThreadsafetyTestUtils
Type
TypedValue
WrappedArrayType
eAccessLocation
eAccessType
eComputeRule
eThreadSafety
eVariableScope
Functions
attribute_value_as_usd
data_shape_from_type
get_graph_settings
get_kit_version
get_port_type_namespace
in_compute
is_in_compute
python_value_as_usd
resolve_base_coupled
resolve_fully_coupled
traverse_downstream_graph
traverse_upstream_graph
acquire_interface
attach
deregister_node_type
deregister_post_load_file_format_upgrade_callback
deregister_pre_load_file_format_upgrade_callback
detach
get_all_graphs
get_all_graphs_and_subgraphs
get_bundle_tree_factory_interface
get_compute_graph_contexts
get_current_graph
get_global_container_graphs
get_global_orchestration_graphs
get_global_orchestration_graphs_in_pipeline_stage
get_graph_by_path
get_graphs_in_pipeline_stage
get_node_by_path
get_node_categories_interface
get_node_type
get_registered_nodes
is_global_graph_prim
on_shutdown
register_node
register_node_type
register_post_load_file_format_upgrade_callback
register_pre_load_file_format_upgrade_callback
register_python_node
release_interface
set_test_failure
shutdown_compute_graph
test_failure_count
update
Changelog
omni.graph
»
API (python)
»
Modules
»
omni.graph.core
»
omni.graph.core Classes
»
PyTorchTensorFloat
PyTorchTensorFloat
class
omni.graph.core.
PyTorchTensorFloat
Methods
__init__
(self)
Attributes
data_ptr
device
dtype
ndim
shape
__init__
(
self
:
omni.graph.core._omni_graph_core.PyTorchTensorFloat
)
→
None