Public static methods
object convert(bool recursive, object optional_features, bool user_requested)
object converted_call(object f, ConversionOptions options, ValueTuple<object> args, IDictionary<object, object> kwargs, object caller_fn_scope)
object converted_call_dyn(object f, object options, object args, object kwargs, object caller_fn_scope)
void remove_undocumented(string module_name, IEnumerable<string> allowed_exception_list, IEnumerable<PythonModuleContainer> doc_string_modules)
object remove_undocumented_dyn(object module_name, object allowed_exception_list, object doc_string_modules)
void set_element_type(IEnumerable<object> entity, int dtype, int shape)
void set_element_type(IEnumerable<object> entity, string dtype, TensorShape shape)
void set_element_type(IEnumerable<object> entity, string dtype, int shape)
void set_element_type(IEnumerable<object> entity, int dtype, TensorShape shape)
object stack(IEnumerable<int> list_or_tensor, DType element_dtype, bool strict)
object stack(int list_or_tensor, DType element_dtype, bool strict)
string to_code(object entity, bool recursive, object experimental_optional_features)
object to_code_dyn(object entity, ImplicitContainer<T> recursive, object experimental_optional_features)
object to_graph_dyn(object entity, ImplicitContainer<T> recursive, object experimental_optional_features)
Public properties