package torch

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Torch_core.Torch_generatedSource

Sourceval caml__1_at_manual_seed : int64 -> unit
Sourceval caml__2_free : (_, _) CI.fatptr -> unit
Sourceval caml__3_at_get_num_threads : unit -> int
Sourceval caml__4_at_set_num_threads : int -> unit
Sourceval caml__5_at_new_tensor : unit -> CI.voidp
Sourceval caml__6_at_tensor_of_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> CI.voidp
Sourceval caml__7_at_copy_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__8_at_copy_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__9_at_float_vec : (_, _) CI.fatptr -> int -> int -> CI.voidp
Sourceval caml__10_at_int_vec : (_, _) CI.fatptr -> int -> int -> CI.voidp
Sourceval caml__11_at_device : (_, _) CI.fatptr -> int
Sourceval caml__12_at_defined : (_, _) CI.fatptr -> bool
Sourceval caml__13_at_dim : (_, _) CI.fatptr -> int
Sourceval caml__14_at_shape : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__15_at_scalar_type : (_, _) CI.fatptr -> int
Sourceval caml__16_at_backward : (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__17_at_requires_grad : (_, _) CI.fatptr -> int
Sourceval caml__18_at_grad_set_enabled : int -> int
Sourceval caml__19_at_get : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__20_at_double_value_at_indexes : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float
Sourceval caml__21_at_int64_value_at_indexes : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64
Sourceval caml__22_at_set_double_value_at_indexes : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> unit
Sourceval caml__23_at_set_int64_value_at_indexes : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__24_at_fill_double : (_, _) CI.fatptr -> float -> unit
Sourceval caml__25_at_fill_int64 : (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__26_at_print : (_, _) CI.fatptr -> unit
Sourceval caml__27_at_to_string : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__28_at_free : (_, _) CI.fatptr -> unit
Sourceval caml__29_at_run_backward : (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__30_ats_int : int64 -> CI.voidp
Sourceval caml__31_ats_float : float -> CI.voidp
Sourceval caml__32_ats_free : (_, _) CI.fatptr -> unit
Sourceval caml__33_at_save : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__34_at_load : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__35_at_save_multi : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__36_at_load_multi : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__37_at_load_multi_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__38_at_load_callback : (_, _) CI.fatptr -> (_, _) CI.fatfunptr -> unit
Sourceval caml__39_ato_adam : float -> float -> float -> float -> float -> CI.voidp
Sourceval caml__40_ato_rmsprop : float -> float -> float -> float -> float -> int -> CI.voidp
Sourceval caml__41_ato_sgd : float -> float -> float -> float -> bool -> CI.voidp
Sourceval caml__42_ato_add_parameters : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__43_ato_set_learning_rate : (_, _) CI.fatptr -> float -> unit
Sourceval caml__44_ato_set_momentum : (_, _) CI.fatptr -> float -> unit
Sourceval caml__45_ato_zero_grad : (_, _) CI.fatptr -> unit
Sourceval caml__46_ato_step : (_, _) CI.fatptr -> unit
Sourceval caml__47_ato_free : (_, _) CI.fatptr -> unit
Sourceval caml__48_atc_cuda_device_count : unit -> int
Sourceval caml__49_atc_cuda_is_available : unit -> int
Sourceval caml__50_atc_cudnn_is_available : unit -> int
Sourceval caml__51_atc_set_benchmark_cudnn : int -> unit
Sourceval caml__52_ati_to_int : (_, _) CI.fatptr -> int64
Sourceval caml__53_ati_to_bool : (_, _) CI.fatptr -> int
Sourceval caml__54_ati_to_double : (_, _) CI.fatptr -> float
Sourceval caml__55_ati_to_tensor : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__56_ati_tuple_length : (_, _) CI.fatptr -> int
Sourceval caml__57_ati_to_tuple : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__58_ati_to_string : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__59_ati_none : unit -> CI.voidp
Sourceval caml__60_ati_bool : int -> CI.voidp
Sourceval caml__61_ati_tensor : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__62_ati_int : int64 -> CI.voidp
Sourceval caml__63_ati_double : float -> CI.voidp
Sourceval caml__64_ati_tuple : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__65_ati_string : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__66_ati_tag : (_, _) CI.fatptr -> int
Sourceval caml__67_ati_free : (_, _) CI.fatptr -> unit
Sourceval caml__68_atm_load : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__69_atm_forward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__70_atm_forward_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__71_atm_free : (_, _) CI.fatptr -> unit
Sourceval caml__72_atg___and__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__73_atg___and__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__74_atg___iand__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__75_atg___iand__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__76_atg___ilshift__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__77_atg___ilshift__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__78_atg___ior__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__79_atg___ior__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__80_atg___irshift__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__81_atg___irshift__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__82_atg___ixor__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__83_atg___ixor__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__84_atg___lshift__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__85_atg___lshift__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__86_atg___or__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__87_atg___or__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__88_atg___rshift__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__89_atg___rshift__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__90_atg___xor__ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__91_atg___xor__tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__92_atg__adaptive_avg_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__93_atg__adaptive_avg_pool2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__94_atg__adaptive_avg_pool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__95_atg__adaptive_avg_pool3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__96_atg__add_batch_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__97_atg__add_relu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__98_atg__add_relu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__99_atg__add_relu_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__100_atg__aminmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__101_atg__aminmax_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__102_atg__amp_update_scale_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> int64 -> unit
Sourceval caml__103_atg__baddbmm_mkl_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__104_atg__bmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__105_atg__bmm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__106_atg__cast_byte : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__107_atg__cast_char : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__108_atg__cast_double : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__109_atg__cast_float : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__110_atg__cast_half : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__111_atg__cast_int : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__112_atg__cast_long : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__113_atg__cast_short : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__114_atg__cat : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__115_atg__cat_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__116_atg__cdist_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> (_, _) CI.fatptr -> unit
Sourceval caml__117_atg__cholesky_solve_helper : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__118_atg__coalesce : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__119_atg__coalesced_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__120_atg__compute_linear_combination : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__121_atg__compute_linear_combination_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__122_atg__conj : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__123_atg__convolution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> int -> unit
Sourceval caml__124_atg__convolution_deprecated : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> unit
Sourceval caml__125_atg__convolution_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__126_atg__convolution_nogroup : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__127_atg__copy_from : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__128_atg__ctc_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__129_atg__ctc_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__130_atg__cudnn_ctc_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__131_atg__cudnn_init_dropout_state : (_, _) CI.fatptr -> float -> int -> int64 -> int -> int -> unit
Sourceval caml__132_atg__cudnn_rnn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int64 -> int -> float -> int -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__133_atg__cudnn_rnn_flatten_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> int64 -> int64 -> int64 -> int64 -> int -> int -> unit
Sourceval caml__134_atg__cumprod : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__135_atg__cumprod_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__136_atg__cumsum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__137_atg__cumsum_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__138_atg__dim_arange : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__139_atg__dirichlet_grad : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__140_atg__embedding_bag : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__141_atg__embedding_bag_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int64 -> int -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__142_atg__embedding_bag_dense_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int64 -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__143_atg__embedding_bag_forward_only : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__144_atg__embedding_bag_per_sample_weights_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__145_atg__embedding_bag_sparse_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int64 -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__146_atg__empty_affine_quantized : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> float -> int64 -> unit
Sourceval caml__147_atg__empty_per_channel_affine_quantized : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__148_atg__euclidean_dist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__149_atg__fake_quantize_learnable_per_channel_affine : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> float -> unit
Sourceval caml__150_atg__fake_quantize_learnable_per_channel_affine_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> float -> unit
Sourceval caml__151_atg__fake_quantize_learnable_per_tensor_affine : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> float -> unit
Sourceval caml__152_atg__fake_quantize_learnable_per_tensor_affine_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> float -> unit
Sourceval caml__153_atg__fft_c2c : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__154_atg__fft_c2c_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__155_atg__fft_c2r : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> unit
Sourceval caml__156_atg__fft_c2r_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> unit
Sourceval caml__157_atg__fft_r2c : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__158_atg__fft_r2c_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__159_atg__fused_dropout : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__160_atg__fw_primal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__161_atg__gather_sparse_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__162_atg__grid_sampler_2d_cpu_fallback : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__163_atg__grid_sampler_2d_cpu_fallback_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__164_atg__index_copy_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__165_atg__index_put_impl_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__166_atg__indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__167_atg__inverse_helper : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__168_atg__linalg_inv_out_helper_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__169_atg__linalg_qr_helper : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__170_atg__linalg_solve_out_helper_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__171_atg__log_softmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__172_atg__log_softmax_backward_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__173_atg__logcumsumexp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__174_atg__logcumsumexp_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__175_atg__lu_with_info : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__176_atg__make_dual : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__177_atg__make_per_channel_quantized_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__178_atg__make_per_tensor_quantized_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> unit
Sourceval caml__179_atg__masked_scale : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__180_atg__mkldnn_reshape : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__181_atg__mkldnn_transpose : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__182_atg__mkldnn_transpose_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__183_atg__nnpack_spatial_convolution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__184_atg__nnpack_spatial_convolution_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__185_atg__nnpack_spatial_convolution_backward_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__186_atg__pack_padded_sequence : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__187_atg__pack_padded_sequence_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__188_atg__pad_packed_sequence : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__189_atg__pdist_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> (_, _) CI.fatptr -> unit
Sourceval caml__190_atg__remove_batch_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__191_atg__reshape_from_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__192_atg__rowwise_prune : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__193_atg__s_where : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__194_atg__sample_dirichlet : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__195_atg__saturate_weight_to_fp16 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__196_atg__shape_as_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__197_atg__sobol_engine_draw : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__198_atg__sobol_engine_ff_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__199_atg__sobol_engine_initialize_state_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__200_atg__sobol_engine_scramble_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__201_atg__softmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__202_atg__softmax_backward_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__203_atg__solve_helper : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__204_atg__sparse_addmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__205_atg__sparse_coo_tensor_unsafe : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__206_atg__sparse_coo_tensor_with_dims : (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__207_atg__sparse_coo_tensor_with_dims_and_tensors : (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__208_atg__sparse_csr_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__209_atg__sparse_csr_tensor_crow_col_value_size : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__210_atg__sparse_log_softmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__211_atg__sparse_log_softmax_backward_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__212_atg__sparse_log_softmax_int : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__213_atg__sparse_mask_helper : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__214_atg__sparse_mm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__215_atg__sparse_softmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__216_atg__sparse_softmax_backward_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__217_atg__sparse_softmax_int : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__218_atg__sparse_sparse_matmul : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__219_atg__sparse_sum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__220_atg__sparse_sum_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__221_atg__sparse_sum_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__222_atg__sparse_sum_dim_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__223_atg__sparse_sum_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__224_atg__stack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__225_atg__stack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__226_atg__standard_gamma : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__227_atg__standard_gamma_grad : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__228_atg__svd_helper : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__229_atg__symeig_helper : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__230_atg__test_ambiguous_defaults : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__231_atg__test_ambiguous_defaults_b : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__232_atg__test_optional_filled_intlist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__233_atg__test_optional_intlist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__234_atg__test_serialization_subcmul : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__235_atg__test_string_default : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__236_atg__thnn_differentiable_gru_cell_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__237_atg__thnn_differentiable_lstm_cell_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__238_atg__thnn_fused_gru_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__239_atg__thnn_fused_gru_cell_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__240_atg__thnn_fused_lstm_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__241_atg__thnn_fused_lstm_cell_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__242_atg__trilinear : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__243_atg__unique : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__244_atg__unique2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__245_atg__unpack_dual : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__246_atg__unsafe_view : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__247_atg__values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__248_atg__weight_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__249_atg__weight_norm_cuda_interface : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__250_atg__weight_norm_cuda_interface_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__251_atg__weight_norm_differentiable_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__252_atg_abs : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__253_atg_abs_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__254_atg_abs_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__255_atg_absolute : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__256_atg_absolute_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__257_atg_absolute_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__258_atg_acos : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__259_atg_acos_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__260_atg_acos_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__261_atg_acosh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__262_atg_acosh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__263_atg_acosh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__264_atg_adaptive_avg_pool1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__265_atg_adaptive_avg_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__266_atg_adaptive_avg_pool2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__267_atg_adaptive_avg_pool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__268_atg_adaptive_avg_pool3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__269_atg_adaptive_avg_pool3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__270_atg_adaptive_max_pool1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__271_atg_adaptive_max_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__272_atg_adaptive_max_pool2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__273_atg_adaptive_max_pool2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__274_atg_adaptive_max_pool2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__275_atg_adaptive_max_pool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__276_atg_adaptive_max_pool3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__277_atg_adaptive_max_pool3d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__278_atg_adaptive_max_pool3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__279_atg_add : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__280_atg_add_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__281_atg_add_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__282_atg_add_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__283_atg_add_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__284_atg_addbmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__285_atg_addbmm_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__286_atg_addbmm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__287_atg_addcdiv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__288_atg_addcdiv_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__289_atg_addcdiv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__290_atg_addcmul : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__291_atg_addcmul_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__292_atg_addcmul_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__293_atg_addmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__294_atg_addmm_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__295_atg_addmm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__296_atg_addmv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__297_atg_addmv_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__298_atg_addmv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__299_atg_addr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__300_atg_addr_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__301_atg_addr_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__302_atg_affine_grid_generator : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__303_atg_affine_grid_generator_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__304_atg_alias : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__305_atg_align_as : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__306_atg_align_tensors : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__307_atg_all : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__308_atg_all_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__309_atg_all_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__310_atg_alpha_dropout : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__311_atg_alpha_dropout_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__312_atg_amax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__313_atg_amax_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__314_atg_amin : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__315_atg_amin_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__316_atg_angle : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__317_atg_angle_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__318_atg_any : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__319_atg_any_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__320_atg_any_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__321_atg_arange : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__322_atg_arange_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__323_atg_arange_start : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__324_atg_arange_start_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__325_atg_arange_start_step : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__326_atg_arccos : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__327_atg_arccos_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__328_atg_arccos_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__329_atg_arccosh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__330_atg_arccosh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__331_atg_arccosh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__332_atg_arcsin : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__333_atg_arcsin_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__334_atg_arcsin_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__335_atg_arcsinh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__336_atg_arcsinh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__337_atg_arcsinh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__338_atg_arctan : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__339_atg_arctan_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__340_atg_arctan_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__341_atg_arctanh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__342_atg_arctanh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__343_atg_arctanh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__344_atg_argmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__345_atg_argmax_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__346_atg_argmin : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__347_atg_argmin_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__348_atg_argsort : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__349_atg_as_strided : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__350_atg_as_strided_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__351_atg_asin : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__352_atg_asin_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__353_atg_asin_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__354_atg_asinh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__355_atg_asinh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__356_atg_asinh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__357_atg_atan : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__358_atg_atan2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__359_atg_atan2_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__360_atg_atan2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__361_atg_atan_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__362_atg_atan_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__363_atg_atanh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__364_atg_atanh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__365_atg_atanh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__366_atg_atleast_1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__367_atg_atleast_1d_sequence : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__368_atg_atleast_2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__369_atg_atleast_2d_sequence : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__370_atg_atleast_3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__371_atg_atleast_3d_sequence : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__372_atg_avg_pool1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__373_atg_avg_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__374_atg_avg_pool2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__375_atg_avg_pool2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__376_atg_avg_pool2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__377_atg_avg_pool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__378_atg_avg_pool3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__379_atg_avg_pool3d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__380_atg_avg_pool3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> unit
Sourceval caml__381_atg_baddbmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__382_atg_baddbmm_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__383_atg_baddbmm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__384_atg_bartlett_window : (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__385_atg_bartlett_window_periodic : (_, _) CI.fatptr -> int64 -> int -> int -> int -> unit
Sourceval caml__386_atg_batch_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> int -> unit
Sourceval caml__387_atg_batch_norm_backward_elemt : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__388_atg_batch_norm_backward_reduce : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__389_atg_batch_norm_elemt : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__390_atg_batch_norm_elemt_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__391_atg_batch_norm_gather_stats : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> int64 -> unit
Sourceval caml__392_atg_batch_norm_gather_stats_with_counts : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> (_, _) CI.fatptr -> unit
Sourceval caml__393_atg_batch_norm_stats : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__394_atg_batch_norm_update_stats : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__395_atg_bernoulli : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__396_atg_bernoulli_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__397_atg_bernoulli_float_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__398_atg_bernoulli_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__399_atg_bernoulli_p : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__400_atg_bilinear : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__401_atg_binary_cross_entropy : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__402_atg_binary_cross_entropy_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__403_atg_binary_cross_entropy_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__404_atg_binary_cross_entropy_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__405_atg_binary_cross_entropy_with_logits : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__406_atg_binary_cross_entropy_with_logits_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__407_atg_bincount : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__408_atg_binomial : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__409_atg_bitwise_and : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__410_atg_bitwise_and_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__411_atg_bitwise_and_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__412_atg_bitwise_and_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__413_atg_bitwise_and_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__414_atg_bitwise_and_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__415_atg_bitwise_not : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__416_atg_bitwise_not_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__417_atg_bitwise_not_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__418_atg_bitwise_or : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__419_atg_bitwise_or_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__420_atg_bitwise_or_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__421_atg_bitwise_or_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__422_atg_bitwise_or_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__423_atg_bitwise_or_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__424_atg_bitwise_xor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__425_atg_bitwise_xor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__426_atg_bitwise_xor_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__427_atg_bitwise_xor_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__428_atg_bitwise_xor_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__429_atg_bitwise_xor_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__430_atg_blackman_window : (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__431_atg_blackman_window_periodic : (_, _) CI.fatptr -> int64 -> int -> int -> int -> unit
Sourceval caml__432_atg_block_diag : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__433_atg_bmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__434_atg_bmm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__435_atg_broadcast_tensors : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__436_atg_broadcast_to : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__437_atg_bucketize : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__438_atg_bucketize_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__439_atg_bucketize_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__440_atg_cartesian_prod : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__441_atg_cat : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__442_atg_cat_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__443_atg_cauchy_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> unit
Sourceval caml__444_atg_cdist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> unit
Sourceval caml__445_atg_ceil : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__446_atg_ceil_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__447_atg_ceil_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__448_atg_celu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__449_atg_celu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__450_atg_chain_matmul : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__451_atg_chain_matmul_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__452_atg_channel_shuffle : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__453_atg_cholesky : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__454_atg_cholesky_inverse : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__455_atg_cholesky_inverse_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__456_atg_cholesky_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__457_atg_cholesky_solve : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__458_atg_cholesky_solve_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__459_atg_choose_qparams_optimized : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> float -> int64 -> unit
Sourceval caml__460_atg_chunk : (_, _) CI.fatptr -> int64 -> int64 -> CI.voidp
Sourceval caml__461_atg_clamp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__462_atg_clamp_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__463_atg_clamp_max : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__464_atg_clamp_max_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__465_atg_clamp_max_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__466_atg_clamp_max_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__467_atg_clamp_max_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__468_atg_clamp_max_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__469_atg_clamp_min : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__470_atg_clamp_min_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__471_atg_clamp_min_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__472_atg_clamp_min_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__473_atg_clamp_min_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__474_atg_clamp_min_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__475_atg_clamp_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__476_atg_clamp_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__477_atg_clamp_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__478_atg_clamp_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__479_atg_clip : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__480_atg_clip_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__481_atg_clip_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__482_atg_clip_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__483_atg_clip_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__484_atg_clip_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__485_atg_clone : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__486_atg_coalesce : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__487_atg_col2im : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__488_atg_col2im_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__489_atg_col2im_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__490_atg_col2im_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__491_atg_col_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__492_atg_column_stack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__493_atg_column_stack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__494_atg_combinations : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__495_atg_complex : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__496_atg_complex_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__497_atg_conj : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__498_atg_conj_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__499_atg_constant_pad_nd : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__500_atg_contiguous : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__501_atg_conv1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__502_atg_conv1d_padding : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__503_atg_conv2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__504_atg_conv2d_padding : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__505_atg_conv3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__506_atg_conv3d_padding : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__507_atg_conv_depthwise3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__508_atg_conv_depthwise3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__509_atg_conv_tbc : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__510_atg_conv_tbc_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__511_atg_conv_transpose1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__512_atg_conv_transpose2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__513_atg_conv_transpose3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__514_atg_convolution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__515_atg_convolution_overrideable : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__516_atg_copy_sparse_to_sparse_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__517_atg_copysign : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__518_atg_copysign_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__519_atg_copysign_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__520_atg_copysign_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__521_atg_copysign_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__522_atg_copysign_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__523_atg_cos : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__524_atg_cos_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__525_atg_cos_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__526_atg_cosh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__527_atg_cosh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__528_atg_cosh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__529_atg_cosine_embedding_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> unit
Sourceval caml__530_atg_cosine_similarity : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__531_atg_cross : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__532_atg_cross_entropy_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__533_atg_cross_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__534_atg_crow_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__535_atg_ctc_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int64 -> int -> unit
Sourceval caml__536_atg_ctc_loss_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__537_atg_cudnn_affine_grid_generator : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int64 -> unit
Sourceval caml__538_atg_cudnn_affine_grid_generator_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int64 -> unit
Sourceval caml__539_atg_cudnn_batch_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__540_atg_cudnn_batch_norm_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> (_, _) CI.fatptr -> unit
Sourceval caml__541_atg_cudnn_convolution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> unit
Sourceval caml__542_atg_cudnn_convolution_add_relu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__543_atg_cudnn_convolution_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> unit
Sourceval caml__544_atg_cudnn_convolution_backward_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> unit
Sourceval caml__545_atg_cudnn_convolution_deprecated : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__546_atg_cudnn_convolution_deprecated2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__547_atg_cudnn_convolution_relu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__548_atg_cudnn_convolution_transpose : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> unit
Sourceval caml__549_atg_cudnn_convolution_transpose_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> unit
Sourceval caml__550_atg_cudnn_convolution_transpose_backward_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> int -> unit
Sourceval caml__551_atg_cudnn_convolution_transpose_deprecated : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__552_atg_cudnn_convolution_transpose_deprecated2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__553_atg_cudnn_grid_sampler : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__554_atg_cudnn_grid_sampler_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__555_atg_cummax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__556_atg_cummax_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__557_atg_cummaxmin_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__558_atg_cummin : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__559_atg_cummin_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__560_atg_cumprod : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__561_atg_cumprod_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__562_atg_cumprod_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__563_atg_cumprod_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__564_atg_cumsum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__565_atg_cumsum_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__566_atg_cumsum_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__567_atg_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__568_atg_deg2rad : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__569_atg_deg2rad_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__570_atg_deg2rad_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__571_atg_dequantize : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__572_atg_dequantize_tensors : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__573_atg_det : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__574_atg_detach : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__575_atg_detach_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__576_atg_diag : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__577_atg_diag_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__578_atg_diag_embed : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__579_atg_diag_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__580_atg_diagflat : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__581_atg_diagonal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__582_atg_diagonal_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> int64 -> unit
Sourceval caml__583_atg_diff : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__584_atg_diff_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__585_atg_digamma : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__586_atg_digamma_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__587_atg_digamma_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__588_atg_dist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__589_atg_div : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__590_atg_div_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__591_atg_div_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__592_atg_div_out_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__593_atg_div_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__594_atg_div_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__595_atg_div_scalar_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__596_atg_div_scalar_mode_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__597_atg_div_tensor_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__598_atg_div_tensor_mode_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__599_atg_divide : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__600_atg_divide_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__601_atg_divide_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__602_atg_divide_out_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__603_atg_divide_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__604_atg_divide_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__605_atg_divide_scalar_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__606_atg_divide_scalar_mode_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__607_atg_divide_tensor_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__608_atg_divide_tensor_mode_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__609_atg_dot : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__610_atg_dot_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__611_atg_dropout : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__612_atg_dropout_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__613_atg_dsplit : (_, _) CI.fatptr -> int64 -> CI.voidp
Sourceval caml__614_atg_dsplit_array : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__615_atg_dstack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__616_atg_dstack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__617_atg_eig : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__618_atg_eig_e : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__619_atg_einsum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__620_atg_elu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__621_atg_elu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__622_atg_elu_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__623_atg_elu_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__624_atg_embedding : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__625_atg_embedding_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> int -> unit
Sourceval caml__626_atg_embedding_bag : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__627_atg_embedding_bag_padding_idx : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__628_atg_embedding_dense_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__629_atg_embedding_renorm_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> unit
Sourceval caml__630_atg_embedding_sparse_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__631_atg_empty : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__632_atg_empty_like : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__633_atg_empty_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__634_atg_empty_quantized : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__635_atg_empty_strided : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__636_atg_eq : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__637_atg_eq_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__638_atg_eq_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__639_atg_eq_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__640_atg_eq_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__641_atg_eq_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__642_atg_erf : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__643_atg_erf_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__644_atg_erf_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__645_atg_erfc : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__646_atg_erfc_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__647_atg_erfc_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__648_atg_erfinv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__649_atg_erfinv_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__650_atg_erfinv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__651_atg_exp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__652_atg_exp2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__653_atg_exp2_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__654_atg_exp2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__655_atg_exp_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__656_atg_exp_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__657_atg_expand : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__658_atg_expand_as : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__659_atg_expm1 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__660_atg_expm1_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__661_atg_expm1_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__662_atg_exponential_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__663_atg_eye : (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__664_atg_eye_m : (_, _) CI.fatptr -> int64 -> int64 -> int -> int -> unit
Sourceval caml__665_atg_eye_m_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__666_atg_eye_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__667_atg_fake_quantize_per_channel_affine : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__668_atg_fake_quantize_per_channel_affine_cachemask : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__669_atg_fake_quantize_per_channel_affine_cachemask_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__670_atg_fake_quantize_per_tensor_affine : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int64 -> int64 -> unit
Sourceval caml__671_atg_fake_quantize_per_tensor_affine_cachemask : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int64 -> int64 -> unit
Sourceval caml__672_atg_fake_quantize_per_tensor_affine_cachemask_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__673_atg_fbgemm_linear_fp16_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__674_atg_fbgemm_linear_fp16_weight_fp32_activation : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__675_atg_fbgemm_linear_int8_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__676_atg_fbgemm_linear_int8_weight_fp32_activation : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__677_atg_fbgemm_pack_gemm_matrix_fp16 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__678_atg_fbgemm_pack_quantized_matrix : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__679_atg_fbgemm_pack_quantized_matrix_kn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__680_atg_feature_alpha_dropout : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__681_atg_feature_alpha_dropout_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__682_atg_feature_dropout : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__683_atg_feature_dropout_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__684_atg_fft_fft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__685_atg_fft_fft2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__686_atg_fft_fft2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__687_atg_fft_fft_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__688_atg_fft_fftfreq : (_, _) CI.fatptr -> int64 -> float -> int -> int -> unit
Sourceval caml__689_atg_fft_fftfreq_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__690_atg_fft_fftn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__691_atg_fft_fftn_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__692_atg_fft_fftshift : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__693_atg_fft_hfft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__694_atg_fft_hfft_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__695_atg_fft_ifft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__696_atg_fft_ifft2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__697_atg_fft_ifft2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__698_atg_fft_ifft_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__699_atg_fft_ifftn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__700_atg_fft_ifftn_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__701_atg_fft_ifftshift : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__702_atg_fft_ihfft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__703_atg_fft_ihfft_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__704_atg_fft_irfft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__705_atg_fft_irfft2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__706_atg_fft_irfft2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__707_atg_fft_irfft_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__708_atg_fft_irfftn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__709_atg_fft_irfftn_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__710_atg_fft_rfft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__711_atg_fft_rfft2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__712_atg_fft_rfft2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__713_atg_fft_rfft_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__714_atg_fft_rfftfreq : (_, _) CI.fatptr -> int64 -> float -> int -> int -> unit
Sourceval caml__715_atg_fft_rfftfreq_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__716_atg_fft_rfftn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__717_atg_fft_rfftn_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__718_atg_fill_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__719_atg_fill_diagonal_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__720_atg_fill_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__721_atg_fix : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__722_atg_fix_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__723_atg_fix_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__724_atg_flatten : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__725_atg_flatten_dense_tensors : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__726_atg_flip : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__727_atg_fliplr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__728_atg_flipud : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__729_atg_float_power : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__730_atg_float_power_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__731_atg_float_power_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__732_atg_float_power_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__733_atg_float_power_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__734_atg_float_power_tensor_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__735_atg_float_power_tensor_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__736_atg_float_power_tensor_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__737_atg_floor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__738_atg_floor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__739_atg_floor_divide : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__740_atg_floor_divide_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__741_atg_floor_divide_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__742_atg_floor_divide_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__743_atg_floor_divide_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__744_atg_floor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__745_atg_fmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__746_atg_fmax_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__747_atg_fmin : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__748_atg_fmin_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__749_atg_fmod : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__750_atg_fmod_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__751_atg_fmod_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__752_atg_fmod_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__753_atg_fmod_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__754_atg_fmod_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__755_atg_frac : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__756_atg_frac_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__757_atg_frac_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__758_atg_fractional_max_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__759_atg_fractional_max_pool2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__760_atg_fractional_max_pool2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__761_atg_fractional_max_pool2d_output : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__762_atg_fractional_max_pool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__763_atg_fractional_max_pool3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__764_atg_fractional_max_pool3d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__765_atg_fractional_max_pool3d_output : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__766_atg_frexp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__767_atg_frexp_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__768_atg_frobenius_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__769_atg_frobenius_norm_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__770_atg_frobenius_norm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__771_atg_from_file : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__772_atg_full : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__773_atg_full_like : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__774_atg_full_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__775_atg_gather : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__776_atg_gather_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__777_atg_gather_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__778_atg_gcd : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__779_atg_gcd_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__780_atg_gcd_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__781_atg_ge : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__782_atg_ge_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__783_atg_ge_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__784_atg_ge_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__785_atg_ge_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__786_atg_ge_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__787_atg_gelu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__788_atg_gelu_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__789_atg_geometric_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__790_atg_geqrf : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__791_atg_geqrf_a : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__792_atg_ger : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__793_atg_ger_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__794_atg_glu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__795_atg_glu_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__796_atg_glu_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__797_atg_glu_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__798_atg_grad : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__799_atg_greater : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__800_atg_greater_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__801_atg_greater_equal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__802_atg_greater_equal_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__803_atg_greater_equal_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__804_atg_greater_equal_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__805_atg_greater_equal_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__806_atg_greater_equal_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__807_atg_greater_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__808_atg_greater_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__809_atg_greater_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__810_atg_greater_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__811_atg_grid_sampler : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__812_atg_grid_sampler_2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__813_atg_grid_sampler_2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__814_atg_grid_sampler_3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__815_atg_grid_sampler_3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__816_atg_group_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__817_atg_gru : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> int -> unit
Sourceval caml__818_atg_gru_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__819_atg_gru_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> unit
Sourceval caml__820_atg_gt : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__821_atg_gt_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__822_atg_gt_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__823_atg_gt_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__824_atg_gt_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__825_atg_gt_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__826_atg_hamming_window : (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__827_atg_hamming_window_periodic : (_, _) CI.fatptr -> int64 -> int -> int -> int -> unit
Sourceval caml__828_atg_hamming_window_periodic_alpha : (_, _) CI.fatptr -> int64 -> int -> float -> int -> int -> unit
Sourceval caml__829_atg_hamming_window_periodic_alpha_beta : (_, _) CI.fatptr -> int64 -> int -> float -> float -> int -> int -> unit
Sourceval caml__830_atg_hann_window : (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__831_atg_hann_window_periodic : (_, _) CI.fatptr -> int64 -> int -> int -> int -> unit
Sourceval caml__832_atg_hardshrink : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__833_atg_hardshrink_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__834_atg_hardsigmoid : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__835_atg_hardsigmoid_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__836_atg_hardsigmoid_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__837_atg_hardsigmoid_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__838_atg_hardswish : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__839_atg_hardswish_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__840_atg_hardswish_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__841_atg_hardswish_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__842_atg_hardtanh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__843_atg_hardtanh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__844_atg_hardtanh_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__845_atg_hardtanh_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__846_atg_hardtanh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__847_atg_heaviside : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__848_atg_heaviside_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__849_atg_heaviside_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__850_atg_hinge_embedding_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> unit
Sourceval caml__851_atg_histc : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__852_atg_histc_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__853_atg_hsplit : (_, _) CI.fatptr -> int64 -> CI.voidp
Sourceval caml__854_atg_hsplit_array : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__855_atg_hspmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__856_atg_hspmm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__857_atg_hstack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__858_atg_hstack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__859_atg_huber_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__860_atg_huber_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__861_atg_huber_loss_backward_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__862_atg_huber_loss_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__863_atg_hypot : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__864_atg_hypot_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__865_atg_hypot_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__866_atg_i0 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__867_atg_i0_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__868_atg_i0_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__869_atg_igamma : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__870_atg_igamma_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__871_atg_igamma_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__872_atg_igammac : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__873_atg_igammac_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__874_atg_igammac_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__875_atg_im2col : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__876_atg_im2col_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__877_atg_im2col_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__878_atg_im2col_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__879_atg_imag : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__880_atg_index : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__881_atg_index_add : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__882_atg_index_add_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__883_atg_index_add_alpha : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__884_atg_index_add_alpha_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__885_atg_index_copy : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__886_atg_index_copy_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__887_atg_index_fill : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__888_atg_index_fill_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__889_atg_index_fill_int_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__890_atg_index_fill_int_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__891_atg_index_put : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__892_atg_index_put_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__893_atg_index_select : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__894_atg_index_select_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__895_atg_index_select_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__896_atg_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__897_atg_infinitely_differentiable_gelu_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__898_atg_inner : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__899_atg_inner_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__900_atg_instance_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> int -> unit
Sourceval caml__901_atg_int_repr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__902_atg_inverse : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__903_atg_inverse_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__904_atg_isclose : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> int -> unit
Sourceval caml__905_atg_isfinite : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__906_atg_isinf : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__907_atg_isnan : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__908_atg_isneginf : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__909_atg_isneginf_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__910_atg_isposinf : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__911_atg_isposinf_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__912_atg_isreal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__913_atg_istft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> (_, _) CI.fatptr -> int -> int -> int -> int64 -> int -> unit
Sourceval caml__914_atg_kaiser_window : (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__915_atg_kaiser_window_beta : (_, _) CI.fatptr -> int64 -> int -> float -> int -> int -> unit
Sourceval caml__916_atg_kaiser_window_periodic : (_, _) CI.fatptr -> int64 -> int -> int -> int -> unit
Sourceval caml__917_atg_kl_div : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__918_atg_kl_div_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__919_atg_kron : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__920_atg_kron_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__921_atg_kthvalue : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__922_atg_kthvalue_values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> unit
Sourceval caml__923_atg_l1_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__924_atg_l1_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__925_atg_l1_loss_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__926_atg_l1_loss_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__927_atg_layer_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__928_atg_lcm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__929_atg_lcm_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__930_atg_lcm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__931_atg_ldexp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__932_atg_ldexp_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__933_atg_ldexp_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__934_atg_le : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__935_atg_le_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__936_atg_le_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__937_atg_le_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__938_atg_le_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__939_atg_le_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__940_atg_leaky_relu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__941_atg_leaky_relu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__942_atg_leaky_relu_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__943_atg_leaky_relu_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__944_atg_lerp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__945_atg_lerp_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__946_atg_lerp_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__947_atg_lerp_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__948_atg_lerp_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__949_atg_lerp_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__950_atg_less : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__951_atg_less_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__952_atg_less_equal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__953_atg_less_equal_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__954_atg_less_equal_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__955_atg_less_equal_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__956_atg_less_equal_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__957_atg_less_equal_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__958_atg_less_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__959_atg_less_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__960_atg_less_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__961_atg_less_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__962_atg_lgamma : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__963_atg_lgamma_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__964_atg_lgamma_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__965_atg_linalg_cholesky : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__966_atg_linalg_cholesky_ex : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__967_atg_linalg_cholesky_ex_l : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__968_atg_linalg_cholesky_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__969_atg_linalg_cond : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__970_atg_linalg_cond_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__971_atg_linalg_cond_p_str : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__972_atg_linalg_cond_p_str_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__973_atg_linalg_det : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__974_atg_linalg_det_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__975_atg_linalg_eig : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__976_atg_linalg_eig_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__977_atg_linalg_eigh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__978_atg_linalg_eigh_eigvals : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__979_atg_linalg_eigvals : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__980_atg_linalg_eigvals_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__981_atg_linalg_eigvalsh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__982_atg_linalg_eigvalsh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__983_atg_linalg_householder_product : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__984_atg_linalg_householder_product_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__985_atg_linalg_inv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__986_atg_linalg_inv_ex : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__987_atg_linalg_inv_ex_inverse : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__988_atg_linalg_inv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__989_atg_linalg_lstsq : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> (_, _) CI.fatptr -> unit
Sourceval caml__990_atg_linalg_lstsq_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> (_, _) CI.fatptr -> unit
Sourceval caml__991_atg_linalg_matrix_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__992_atg_linalg_matrix_norm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__993_atg_linalg_matrix_norm_str_ord : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__994_atg_linalg_matrix_norm_str_ord_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__995_atg_linalg_matrix_power : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__996_atg_linalg_matrix_power_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__997_atg_linalg_matrix_rank : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__998_atg_linalg_matrix_rank_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__999_atg_linalg_matrix_rank_out_tol_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1000_atg_linalg_matrix_rank_tol_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1001_atg_linalg_multi_dot : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1002_atg_linalg_multi_dot_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1003_atg_linalg_pinv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__1004_atg_linalg_pinv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__1005_atg_linalg_pinv_out_rcond_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1006_atg_linalg_pinv_rcond_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1007_atg_linalg_qr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1008_atg_linalg_qr_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1009_atg_linalg_slogdet : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1010_atg_linalg_slogdet_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1011_atg_linalg_solve : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1012_atg_linalg_solve_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1013_atg_linalg_svd : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1014_atg_linalg_svd_u : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1015_atg_linalg_svdvals : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1016_atg_linalg_svdvals_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1017_atg_linalg_tensorinv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1018_atg_linalg_tensorinv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1019_atg_linalg_tensorsolve : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1020_atg_linalg_tensorsolve_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1021_atg_linear : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1022_atg_linspace : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__1023_atg_linspace_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1024_atg_log : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1025_atg_log10 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1026_atg_log10_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1027_atg_log10_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1028_atg_log1p : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1029_atg_log1p_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1030_atg_log1p_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1031_atg_log2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1032_atg_log2_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1033_atg_log2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1034_atg_log_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1035_atg_log_normal_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> unit
Sourceval caml__1036_atg_log_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1037_atg_log_sigmoid : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1038_atg_log_sigmoid_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1039_atg_log_sigmoid_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1040_atg_log_sigmoid_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1041_atg_log_softmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1042_atg_logaddexp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1043_atg_logaddexp2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1044_atg_logaddexp2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1045_atg_logaddexp_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1046_atg_logcumsumexp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1047_atg_logcumsumexp_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1048_atg_logdet : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1049_atg_logical_and : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1050_atg_logical_and_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1051_atg_logical_and_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1052_atg_logical_not : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1053_atg_logical_not_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1054_atg_logical_not_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1055_atg_logical_or : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1056_atg_logical_or_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1057_atg_logical_or_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1058_atg_logical_xor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1059_atg_logical_xor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1060_atg_logical_xor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1061_atg_logit : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1062_atg_logit_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1063_atg_logit_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1064_atg_logit_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1065_atg_logit_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1066_atg_logspace : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> int -> int -> unit
Sourceval caml__1067_atg_logspace_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__1068_atg_logsumexp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1069_atg_logsumexp_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1070_atg_lstm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> int -> unit
Sourceval caml__1071_atg_lstm_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1072_atg_lstm_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> unit
Sourceval caml__1073_atg_lstsq : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1074_atg_lstsq_x : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1075_atg_lt : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1076_atg_lt_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1077_atg_lt_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1078_atg_lt_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1079_atg_lt_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1080_atg_lt_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1081_atg_lu_solve : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1082_atg_lu_solve_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1083_atg_lu_unpack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1084_atg_lu_unpack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1085_atg_margin_ranking_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> unit
Sourceval caml__1086_atg_masked_fill : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1087_atg_masked_fill_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1088_atg_masked_fill_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1089_atg_masked_fill_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1090_atg_masked_scatter : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1091_atg_masked_scatter_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1092_atg_masked_select : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1093_atg_masked_select_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1094_atg_masked_select_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1095_atg_matmul : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1096_atg_matmul_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1097_atg_matrix_exp : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1098_atg_matrix_exp_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1099_atg_matrix_power : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1100_atg_matrix_power_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1101_atg_matrix_rank : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1102_atg_matrix_rank_tol : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int -> unit
Sourceval caml__1103_atg_max : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1104_atg_max_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1105_atg_max_dim_max : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1106_atg_max_other : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1107_atg_max_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1108_atg_max_pool1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1109_atg_max_pool1d_with_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1110_atg_max_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1111_atg_max_pool2d_with_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1112_atg_max_pool2d_with_indices_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1113_atg_max_pool2d_with_indices_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1114_atg_max_pool2d_with_indices_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1115_atg_max_pool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1116_atg_max_pool3d_with_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1117_atg_max_pool3d_with_indices_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1118_atg_max_pool3d_with_indices_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1119_atg_max_pool3d_with_indices_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1120_atg_max_unpool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1121_atg_max_unpool2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1122_atg_max_unpool2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1123_atg_max_unpool2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1124_atg_max_unpool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1125_atg_max_unpool3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1126_atg_max_unpool3d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1127_atg_max_unpool3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1128_atg_maximum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1129_atg_maximum_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1130_atg_mean : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1131_atg_mean_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1132_atg_mean_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1133_atg_median : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1134_atg_median_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1135_atg_median_dim_values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1136_atg_meshgrid : (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__1137_atg_min : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1138_atg_min_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1139_atg_min_dim_min : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1140_atg_min_other : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1141_atg_min_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1142_atg_minimum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1143_atg_minimum_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1144_atg_miopen_batch_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__1145_atg_miopen_batch_norm_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1146_atg_miopen_convolution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1147_atg_miopen_convolution_backward_bias : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1148_atg_miopen_convolution_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1149_atg_miopen_convolution_backward_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1150_atg_miopen_convolution_transpose : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1151_atg_miopen_convolution_transpose_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1152_atg_miopen_convolution_transpose_backward_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1153_atg_miopen_depthwise_convolution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1154_atg_miopen_depthwise_convolution_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1155_atg_miopen_depthwise_convolution_backward_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> int -> unit
Sourceval caml__1156_atg_miopen_rnn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int -> float -> int -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1157_atg_mish : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1158_atg_mish_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1159_atg_mish_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1160_atg_mish_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1161_atg_mkldnn_adaptive_avg_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1162_atg_mkldnn_adaptive_avg_pool2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1163_atg_mkldnn_convolution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__1164_atg_mkldnn_convolution_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1165_atg_mkldnn_convolution_backward_weights : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1166_atg_mkldnn_linear : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1167_atg_mkldnn_linear_backward_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1168_atg_mkldnn_linear_backward_weights : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1169_atg_mkldnn_max_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1170_atg_mkldnn_max_pool2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1171_atg_mkldnn_max_pool3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1172_atg_mkldnn_max_pool3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1173_atg_mkldnn_reorder_conv2d_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__1174_atg_mkldnn_reorder_conv3d_weight : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__1175_atg_mm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1176_atg_mm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1177_atg_mode : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1178_atg_mode_values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1179_atg_moveaxis : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1180_atg_moveaxis_int : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1181_atg_movedim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1182_atg_movedim_int : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1183_atg_mse_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1184_atg_mse_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1185_atg_mse_loss_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1186_atg_mse_loss_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1187_atg_msort : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1188_atg_msort_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1189_atg_mul : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1190_atg_mul_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1191_atg_mul_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1192_atg_mul_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1193_atg_mul_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1194_atg_multi_margin_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1195_atg_multi_margin_loss_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1196_atg_multilabel_margin_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1197_atg_multilabel_margin_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1198_atg_multilabel_margin_loss_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1199_atg_multilabel_margin_loss_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1200_atg_multinomial : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1201_atg_multinomial_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1202_atg_multiply : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1203_atg_multiply_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1204_atg_multiply_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1205_atg_multiply_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1206_atg_multiply_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1207_atg_mv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1208_atg_mv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1209_atg_mvlgamma : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1210_atg_mvlgamma_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1211_atg_nan_to_num : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> float -> unit
Sourceval caml__1212_atg_nan_to_num_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> float -> unit
Sourceval caml__1213_atg_nan_to_num_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> float -> unit
Sourceval caml__1214_atg_nanmedian : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1215_atg_nanmedian_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1216_atg_nanmedian_dim_values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1217_atg_nanquantile : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1218_atg_nanquantile_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1219_atg_nanquantile_new_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1220_atg_nanquantile_new_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1221_atg_nanquantile_new_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1222_atg_nanquantile_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1223_atg_nanquantile_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> unit
Sourceval caml__1224_atg_nanquantile_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> unit
Sourceval caml__1225_atg_nansum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1226_atg_nansum_dim_intlist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1227_atg_nansum_intlist_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1228_atg_narrow : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__1229_atg_narrow_copy : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__1230_atg_narrow_copy_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__1231_atg_narrow_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1232_atg_native_batch_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__1233_atg_native_batch_norm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__1234_atg_native_group_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int64 -> float -> unit
Sourceval caml__1235_atg_native_layer_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1236_atg_native_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1237_atg_native_norm_scalaropt_dim_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1238_atg_ne : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1239_atg_ne_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1240_atg_ne_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1241_atg_ne_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1242_atg_ne_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1243_atg_ne_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1244_atg_neg : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1245_atg_neg_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1246_atg_neg_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1247_atg_negative : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1248_atg_negative_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1249_atg_negative_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1250_atg_new_empty : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1251_atg_new_empty_strided : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1252_atg_new_full : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1253_atg_new_zeros : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1254_atg_nextafter : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1255_atg_nextafter_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1256_atg_nextafter_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1257_atg_nll_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1258_atg_nll_loss2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1259_atg_nll_loss2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1260_atg_nll_loss2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1261_atg_nll_loss2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1262_atg_nll_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1263_atg_nll_loss_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1264_atg_nll_loss_nd : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1265_atg_nll_loss_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1266_atg_nonzero : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1267_atg_nonzero_numpy : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__1268_atg_nonzero_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1269_atg_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1270_atg_norm_dtype_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1271_atg_norm_except_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1272_atg_norm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1273_atg_norm_scalaropt_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1274_atg_norm_scalaropt_dim_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1275_atg_norm_scalaropt_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1276_atg_normal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1277_atg_normal_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> unit
Sourceval caml__1278_atg_normal_float_float_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1279_atg_normal_float_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> (_, _) CI.fatptr -> unit
Sourceval caml__1280_atg_normal_tensor_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1281_atg_not_equal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1282_atg_not_equal_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1283_atg_not_equal_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1284_atg_not_equal_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1285_atg_not_equal_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1286_atg_not_equal_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1287_atg_nuclear_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1288_atg_nuclear_norm_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1289_atg_nuclear_norm_dim_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1290_atg_nuclear_norm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1291_atg_numpy_t : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1292_atg_one_hot : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1293_atg_ones : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1294_atg_ones_like : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1295_atg_ones_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1296_atg_orgqr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1297_atg_orgqr_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1298_atg_ormqr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1299_atg_ormqr_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1300_atg_outer : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1301_atg_outer_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1302_atg_pad_sequence : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> unit
Sourceval caml__1303_atg_pairwise_distance : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> int -> unit
Sourceval caml__1304_atg_pdist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1305_atg_permute : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1306_atg_pin_memory : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1307_atg_pinverse : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1308_atg_pixel_shuffle : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1309_atg_pixel_unshuffle : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1310_atg_poisson : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1311_atg_poisson_nll_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> int64 -> unit
Sourceval caml__1312_atg_polar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1313_atg_polar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1314_atg_polygamma : (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1315_atg_polygamma_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1316_atg_polygamma_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1317_atg_positive : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1318_atg_pow : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1319_atg_pow_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1320_atg_pow_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1321_atg_pow_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1322_atg_pow_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1323_atg_pow_tensor_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1324_atg_pow_tensor_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1325_atg_pow_tensor_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1326_atg_prelu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1327_atg_prelu_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1328_atg_prod : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1329_atg_prod_dim_int : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__1330_atg_prod_int_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__1331_atg_put : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1332_atg_put_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1333_atg_q_per_channel_scales : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1334_atg_q_per_channel_zero_points : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1335_atg_qr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1336_atg_qr_q : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1337_atg_quantile : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1338_atg_quantile_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1339_atg_quantile_new_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1340_atg_quantile_new_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1341_atg_quantile_new_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1342_atg_quantile_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1343_atg_quantile_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> unit
Sourceval caml__1344_atg_quantile_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> unit
Sourceval caml__1345_atg_quantize_per_channel : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1346_atg_quantize_per_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> int -> unit
Sourceval caml__1347_atg_quantize_per_tensor_tensors : (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__1348_atg_quantized_batch_norm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> int64 -> unit
Sourceval caml__1349_atg_quantized_gru_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1350_atg_quantized_lstm_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1351_atg_quantized_max_pool1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1352_atg_quantized_max_pool2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1353_atg_quantized_rnn_relu_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1354_atg_quantized_rnn_tanh_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1355_atg_rad2deg : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1356_atg_rad2deg_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1357_atg_rad2deg_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1358_atg_rand : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1359_atg_rand_like : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1360_atg_rand_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1361_atg_randint : (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1362_atg_randint_like : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1363_atg_randint_like_low_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1364_atg_randint_low : (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1365_atg_randint_low_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1366_atg_randint_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1367_atg_randn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1368_atg_randn_like : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1369_atg_randn_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1370_atg_random_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1371_atg_random_from_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1372_atg_random_to_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1373_atg_randperm : (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__1374_atg_randperm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1375_atg_range : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1376_atg_range_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1377_atg_range_step : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1378_atg_ravel : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1379_atg_real : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1380_atg_reciprocal : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1381_atg_reciprocal_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1382_atg_reciprocal_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1383_atg_reflection_pad1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1384_atg_reflection_pad1d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1385_atg_reflection_pad1d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1386_atg_reflection_pad1d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1387_atg_reflection_pad2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1388_atg_reflection_pad2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1389_atg_reflection_pad2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1390_atg_reflection_pad2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1391_atg_relu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1392_atg_relu6 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1393_atg_relu6_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1394_atg_relu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1395_atg_remainder : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1396_atg_remainder_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1397_atg_remainder_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1398_atg_remainder_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1399_atg_remainder_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1400_atg_remainder_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1401_atg_renorm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1402_atg_renorm_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1403_atg_renorm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> unit
Sourceval caml__1404_atg_repeat : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1405_atg_repeat_interleave : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1406_atg_repeat_interleave_self_int : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1407_atg_repeat_interleave_self_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1408_atg_replication_pad1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1409_atg_replication_pad1d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1410_atg_replication_pad1d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1411_atg_replication_pad1d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1412_atg_replication_pad2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1413_atg_replication_pad2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1414_atg_replication_pad2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1415_atg_replication_pad2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1416_atg_replication_pad3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1417_atg_replication_pad3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1418_atg_replication_pad3d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1419_atg_replication_pad3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1420_atg_requires_grad_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1421_atg_reshape : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1422_atg_reshape_as : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1423_atg_resize_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1424_atg_resize_as_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1425_atg_resize_as_sparse_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1426_atg_rnn_relu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> int -> unit
Sourceval caml__1427_atg_rnn_relu_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1428_atg_rnn_relu_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> unit
Sourceval caml__1429_atg_rnn_tanh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> int -> unit
Sourceval caml__1430_atg_rnn_tanh_cell : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1431_atg_rnn_tanh_data : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int64 -> float -> int -> int -> unit
Sourceval caml__1432_atg_roll : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1433_atg_rot90 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1434_atg_round : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1435_atg_round_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1436_atg_round_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1437_atg_row_stack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1438_atg_row_stack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1439_atg_rrelu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1440_atg_rrelu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1441_atg_rrelu_with_noise : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1442_atg_rrelu_with_noise_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1443_atg_rrelu_with_noise_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1444_atg_rrelu_with_noise_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1445_atg_rsqrt : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1446_atg_rsqrt_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1447_atg_rsqrt_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1448_atg_rsub : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1449_atg_rsub_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1450_atg_scalar_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1451_atg_scatter : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1452_atg_scatter_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1453_atg_scatter_add : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1454_atg_scatter_add_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1455_atg_scatter_reduce_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1456_atg_scatter_value : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1457_atg_scatter_value_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1458_atg_scatter_value_reduce_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1459_atg_searchsorted : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1460_atg_searchsorted_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1461_atg_searchsorted_tensor_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1462_atg_segment_reduce : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> (_, _) CI.fatptr -> unit
Sourceval caml__1463_atg_segment_reduce_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1464_atg_select : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1465_atg_select_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> unit
Sourceval caml__1466_atg_selu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1467_atg_selu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1468_atg_set_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1469_atg_set_requires_grad : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1470_atg_set_source_tensor_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1471_atg_sgn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1472_atg_sgn_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1473_atg_sgn_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1474_atg_sigmoid : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1475_atg_sigmoid_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1476_atg_sigmoid_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1477_atg_sigmoid_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1478_atg_sigmoid_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1479_atg_sign : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1480_atg_sign_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1481_atg_sign_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1482_atg_signbit : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1483_atg_signbit_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1484_atg_silu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1485_atg_silu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1486_atg_silu_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1487_atg_silu_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1488_atg_sin : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1489_atg_sin_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1490_atg_sin_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1491_atg_sinc : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1492_atg_sinc_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1493_atg_sinc_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1494_atg_sinh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1495_atg_sinh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1496_atg_sinh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1497_atg_slice : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int64 -> unit
Sourceval caml__1498_atg_slice_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> int64 -> int64 -> unit
Sourceval caml__1499_atg_slogdet : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1500_atg_slow_conv3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1501_atg_slow_conv3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1502_atg_slow_conv_dilated2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1503_atg_slow_conv_dilated3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1504_atg_slow_conv_transpose2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1505_atg_slow_conv_transpose2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1506_atg_slow_conv_transpose3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1507_atg_slow_conv_transpose3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1508_atg_smm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1509_atg_smooth_l1_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__1510_atg_smooth_l1_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__1511_atg_smooth_l1_loss_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__1512_atg_smooth_l1_loss_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> float -> unit
Sourceval caml__1513_atg_soft_margin_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1514_atg_soft_margin_loss_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1515_atg_soft_margin_loss_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1516_atg_soft_margin_loss_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1517_atg_softmax : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1518_atg_softplus : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1519_atg_softplus_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1520_atg_softplus_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1521_atg_softplus_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1522_atg_softshrink : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1523_atg_softshrink_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1524_atg_softshrink_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1525_atg_softshrink_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1526_atg_solve : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1527_atg_solve_solution : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1528_atg_sort : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1529_atg_sort_stable : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1530_atg_sort_values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1531_atg_sort_values_stable : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1532_atg_sparse_coo_tensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1533_atg_sparse_coo_tensor_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1534_atg_sparse_coo_tensor_indices_size : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1535_atg_sparse_mask : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1536_atg_sparse_resize_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> unit
Sourceval caml__1537_atg_sparse_resize_and_clear_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> unit
Sourceval caml__1538_atg_special_entr : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1539_atg_special_entr_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1540_atg_special_erf : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1541_atg_special_erf_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1542_atg_special_erfc : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1543_atg_special_erfc_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1544_atg_special_erfinv : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1545_atg_special_erfinv_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1546_atg_special_exp2 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1547_atg_special_exp2_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1548_atg_special_expit : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1549_atg_special_expit_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1550_atg_special_expm1 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1551_atg_special_expm1_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1552_atg_special_gammaln : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1553_atg_special_gammaln_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1554_atg_special_i0e : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1555_atg_special_i0e_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1556_atg_special_logit : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1557_atg_special_logit_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> unit
Sourceval caml__1558_atg_special_xlog1py : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1559_atg_special_xlog1py_other_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1560_atg_special_xlog1py_other_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1561_atg_special_xlog1py_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1562_atg_special_xlog1py_self_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1563_atg_special_xlog1py_self_scalar_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1564_atg_split : (_, _) CI.fatptr -> int64 -> int64 -> CI.voidp
Sourceval caml__1565_atg_split_with_sizes : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> CI.voidp
Sourceval caml__1566_atg_sqrt : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1567_atg_sqrt_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1568_atg_sqrt_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1569_atg_square : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1570_atg_square_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1571_atg_square_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1572_atg_squeeze : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1573_atg_squeeze_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1574_atg_squeeze_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1575_atg_squeeze_dim_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1576_atg_sspaddmm : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1577_atg_sspaddmm_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1578_atg_stack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__1579_atg_stack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> unit
Sourceval caml__1580_atg_std : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1581_atg_std_correction : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1582_atg_std_correction_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1583_atg_std_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1584_atg_std_mean : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1585_atg_std_mean_correction : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1586_atg_std_mean_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1587_atg_std_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1588_atg_stft : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1589_atg_sub : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1590_atg_sub_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1591_atg_sub_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1592_atg_sub_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1593_atg_sub_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1594_atg_subtract : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1595_atg_subtract_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1596_atg_subtract_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1597_atg_subtract_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1598_atg_subtract_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1599_atg_sum : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1600_atg_sum_dim_intlist : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1601_atg_sum_intlist_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1602_atg_sum_to_size : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1603_atg_svd : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1604_atg_svd_u : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1605_atg_swapaxes : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1606_atg_swapaxes_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1607_atg_swapdims : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1608_atg_swapdims_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1609_atg_symeig : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1610_atg_symeig_e : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1611_atg_t : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1612_atg_t_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1613_atg_take : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1614_atg_take_along_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1615_atg_take_along_dim_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1616_atg_take_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1617_atg_tan : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1618_atg_tan_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1619_atg_tan_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1620_atg_tanh : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1621_atg_tanh_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1622_atg_tanh_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1623_atg_tanh_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1624_atg_tanh_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1625_atg_tensor_split : (_, _) CI.fatptr -> int64 -> int64 -> CI.voidp
Sourceval caml__1626_atg_tensor_split_indices : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> CI.voidp
Sourceval caml__1627_atg_tensor_split_tensor_indices_or_sections : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> CI.voidp
Sourceval caml__1628_atg_tensordot : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1629_atg_tensordot_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1630_atg_threshold : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1631_atg_threshold_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1632_atg_threshold_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1633_atg_threshold_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1634_atg_threshold_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1635_atg_tile : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1636_atg_to : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1637_atg_to_dense : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1638_atg_to_dense_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1639_atg_to_device : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> int -> unit
Sourceval caml__1640_atg_to_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1641_atg_to_dtype_layout : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> int -> unit
Sourceval caml__1642_atg_to_mkldnn : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1643_atg_to_mkldnn_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1644_atg_to_other : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1645_atg_to_sparse : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1646_atg_to_sparse_sparse_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1647_atg_topk : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> int -> unit
Sourceval caml__1648_atg_topk_values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int -> int -> unit
Sourceval caml__1649_atg_totype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1650_atg_trace : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1651_atg_trace_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1652_atg_transpose : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1653_atg_transpose_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> unit
Sourceval caml__1654_atg_trapz : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1655_atg_trapz_dx : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> int64 -> unit
Sourceval caml__1656_atg_triangular_solve : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1657_atg_triangular_solve_x : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1658_atg_tril : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1659_atg_tril_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1660_atg_tril_indices : (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int -> int -> unit
Sourceval caml__1661_atg_tril_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1662_atg_triplet_margin_loss : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> float -> int -> int64 -> unit
Sourceval caml__1663_atg_triu : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1664_atg_triu_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1665_atg_triu_indices : (_, _) CI.fatptr -> int64 -> int64 -> int64 -> int -> int -> unit
Sourceval caml__1666_atg_triu_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1667_atg_true_divide : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1668_atg_true_divide_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1669_atg_true_divide_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1670_atg_true_divide_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1671_atg_true_divide_scalar_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1672_atg_trunc : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1673_atg_trunc_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1674_atg_trunc_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1675_atg_type_as : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1676_atg_unbind : (_, _) CI.fatptr -> int64 -> CI.voidp
Sourceval caml__1677_atg_unflatten : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1678_atg_unflatten_dense_tensors : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__1679_atg_unfold : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int64 -> int64 -> unit
Sourceval caml__1680_atg_unfold_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int64 -> int64 -> unit
Sourceval caml__1681_atg_uniform_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> float -> float -> unit
Sourceval caml__1682_atg_unique_consecutive : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int64 -> unit
Sourceval caml__1683_atg_unique_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int -> int -> unit
Sourceval caml__1684_atg_unique_dim_consecutive : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> int -> unit
Sourceval caml__1685_atg_unsafe_chunk : (_, _) CI.fatptr -> int64 -> int64 -> CI.voidp
Sourceval caml__1686_atg_unsafe_split : (_, _) CI.fatptr -> int64 -> int64 -> CI.voidp
Sourceval caml__1687_atg_unsafe_split_with_sizes : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> CI.voidp
Sourceval caml__1688_atg_unsqueeze : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1689_atg_unsqueeze_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> unit
Sourceval caml__1690_atg_upsample_bicubic2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1691_atg_upsample_bicubic2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1692_atg_upsample_bicubic2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1693_atg_upsample_bicubic2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1694_atg_upsample_bilinear2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1695_atg_upsample_bilinear2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1696_atg_upsample_bilinear2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1697_atg_upsample_bilinear2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> float -> unit
Sourceval caml__1698_atg_upsample_linear1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> unit
Sourceval caml__1699_atg_upsample_linear1d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> unit
Sourceval caml__1700_atg_upsample_linear1d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> unit
Sourceval caml__1701_atg_upsample_linear1d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> unit
Sourceval caml__1702_atg_upsample_nearest1d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> unit
Sourceval caml__1703_atg_upsample_nearest1d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> float -> unit
Sourceval caml__1704_atg_upsample_nearest1d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> float -> unit
Sourceval caml__1705_atg_upsample_nearest1d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> unit
Sourceval caml__1706_atg_upsample_nearest2d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__1707_atg_upsample_nearest2d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__1708_atg_upsample_nearest2d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__1709_atg_upsample_nearest2d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> unit
Sourceval caml__1710_atg_upsample_nearest3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> float -> unit
Sourceval caml__1711_atg_upsample_nearest3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> float -> float -> float -> unit
Sourceval caml__1712_atg_upsample_nearest3d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> float -> float -> float -> unit
Sourceval caml__1713_atg_upsample_nearest3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> float -> float -> float -> unit
Sourceval caml__1714_atg_upsample_trilinear3d : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> float -> float -> unit
Sourceval caml__1715_atg_upsample_trilinear3d_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> float -> float -> unit
Sourceval caml__1716_atg_upsample_trilinear3d_backward_grad_input : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int -> int -> float -> float -> float -> unit
Sourceval caml__1717_atg_upsample_trilinear3d_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> float -> float -> float -> unit
Sourceval caml__1718_atg_value_selecting_reduction_backward : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> unit
Sourceval caml__1719_atg_values : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1720_atg_vander : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int64 -> int -> unit
Sourceval caml__1721_atg_var : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1722_atg_var_correction : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1723_atg_var_correction_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1724_atg_var_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1725_atg_var_mean : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1726_atg_var_mean_correction : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int64 -> int -> unit
Sourceval caml__1727_atg_var_mean_dim : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1728_atg_var_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1729_atg_vdot : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1730_atg_vdot_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1731_atg_view : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1732_atg_view_as : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1733_atg_view_as_complex : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1734_atg_view_as_real : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1735_atg_view_dtype : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1736_atg_vsplit : (_, _) CI.fatptr -> int64 -> CI.voidp
Sourceval caml__1737_atg_vsplit_array : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> CI.voidp
Sourceval caml__1738_atg_vstack : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1739_atg_vstack_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourceval caml__1740_atg_where : (_, _) CI.fatptr -> CI.voidp
Sourceval caml__1741_atg_where_scalar : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1742_atg_where_scalarother : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1743_atg_where_scalarself : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1744_atg_where_self : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1745_atg_xlogy : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1746_atg_xlogy_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1747_atg_xlogy_outscalar_other : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1748_atg_xlogy_outscalar_self : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1749_atg_xlogy_outtensor : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1750_atg_xlogy_scalar_other : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1751_atg_xlogy_scalar_other_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1752_atg_xlogy_scalar_self : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1753_atg_zero_ : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1754_atg_zeros : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> int -> int -> unit
Sourceval caml__1755_atg_zeros_like : (_, _) CI.fatptr -> (_, _) CI.fatptr -> unit
Sourceval caml__1756_atg_zeros_out : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> unit
Sourcetype 'a result = 'a
Sourcetype 'a return = 'a
Sourcetype 'a fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a CI.typ * 'b fn -> ('a -> 'b) fn
Sourceval map_result : ('a -> 'b) -> 'a -> 'b
Sourceval returning : 'a CI.typ -> 'a return fn
Sourceval (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
Sourceval foreign : 'a 'b. string -> ('a -> 'b) fn -> 'a -> 'b
Sourceval foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr