Public static methods
object create_example_parser_from_signatures(IDictionary<object, object> signatures, IGraphNodeBase examples_batch, string single_feature_name)
object create_example_parser_from_signatures_dyn(object signatures, object examples_batch, ImplicitContainer<T> single_feature_name)
object create_placeholders_from_signatures(IDictionary<object, object> signatures)
object create_placeholders_from_signatures_dyn(object signatures)
object create_signatures(ValueTuple<PythonClassContainer, PythonClassContainer> tensors)
object create_signatures(IDictionary<object, object> tensors)
object create_signatures_dyn(object tensors)
bool tensors_compatible(IGraphNodeBase tensors, IDictionary<object, object> signatures)
bool tensors_compatible(ValueTuple<PythonClassContainer, PythonClassContainer> tensors, TensorSignature signatures)
bool tensors_compatible(ValueTuple<PythonClassContainer, PythonClassContainer> tensors, IDictionary<object, object> signatures)
bool tensors_compatible(IDictionary<object, object> tensors, TensorSignature signatures)
bool tensors_compatible(IDictionary<object, object> tensors, IDictionary<object, object> signatures)
object tensors_compatible_dyn(object tensors, object signatures)
Public properties