MANIFEST.in
pyproject.toml
setup.py
maxframe/__init__.py
maxframe/_utils.pxd
maxframe/_utils.pyx
maxframe/codegen.py
maxframe/conftest.py
maxframe/env.py
maxframe/errors.py
maxframe/extension.py
maxframe/mixin.py
maxframe/opcodes.py
maxframe/protocol.py
maxframe/session.py
maxframe/typing_.py
maxframe/udf.py
maxframe/utils.py
maxframe.egg-info/PKG-INFO
maxframe.egg-info/SOURCES.txt
maxframe.egg-info/dependency_links.txt
maxframe.egg-info/requires.txt
maxframe.egg-info/top_level.txt
maxframe/config/__init__.py
maxframe/config/config.py
maxframe/config/validators.py
maxframe/config/tests/__init__.py
maxframe/config/tests/test_config.py
maxframe/config/tests/test_validators.py
maxframe/core/__init__.py
maxframe/core/base.py
maxframe/core/mode.py
maxframe/core/entity/__init__.py
maxframe/core/entity/chunks.py
maxframe/core/entity/core.py
maxframe/core/entity/executable.py
maxframe/core/entity/fuse.py
maxframe/core/entity/objects.py
maxframe/core/entity/output_types.py
maxframe/core/entity/tileables.py
maxframe/core/entity/utils.py
maxframe/core/graph/__init__.py
maxframe/core/graph/core.pyx
maxframe/core/graph/entity.py
maxframe/core/graph/builder/__init__.py
maxframe/core/graph/builder/base.py
maxframe/core/graph/builder/chunk.py
maxframe/core/graph/builder/tileable.py
maxframe/core/graph/builder/utils.py
maxframe/core/graph/tests/__init__.py
maxframe/core/graph/tests/test_graph.py
maxframe/core/operator/__init__.py
maxframe/core/operator/base.py
maxframe/core/operator/core.py
maxframe/core/operator/fetch.py
maxframe/core/operator/fuse.py
maxframe/core/operator/objects.py
maxframe/core/operator/shuffle.py
maxframe/core/operator/tests/__init__.py
maxframe/core/operator/tests/test_core.py
maxframe/core/tests/__init__.py
maxframe/core/tests/test_mode.py
maxframe/dataframe/__init__.py
maxframe/dataframe/arrays.py
maxframe/dataframe/core.py
maxframe/dataframe/initializer.py
maxframe/dataframe/operators.py
maxframe/dataframe/utils.py
maxframe/dataframe/arithmetic/__init__.py
maxframe/dataframe/arithmetic/abs.py
maxframe/dataframe/arithmetic/add.py
maxframe/dataframe/arithmetic/arccos.py
maxframe/dataframe/arithmetic/arccosh.py
maxframe/dataframe/arithmetic/arcsin.py
maxframe/dataframe/arithmetic/arcsinh.py
maxframe/dataframe/arithmetic/arctan.py
maxframe/dataframe/arithmetic/arctanh.py
maxframe/dataframe/arithmetic/around.py
maxframe/dataframe/arithmetic/bitwise_and.py
maxframe/dataframe/arithmetic/bitwise_or.py
maxframe/dataframe/arithmetic/bitwise_xor.py
maxframe/dataframe/arithmetic/ceil.py
maxframe/dataframe/arithmetic/core.py
maxframe/dataframe/arithmetic/cos.py
maxframe/dataframe/arithmetic/cosh.py
maxframe/dataframe/arithmetic/degrees.py
maxframe/dataframe/arithmetic/docstring.py
maxframe/dataframe/arithmetic/equal.py
maxframe/dataframe/arithmetic/exp.py
maxframe/dataframe/arithmetic/exp2.py
maxframe/dataframe/arithmetic/expm1.py
maxframe/dataframe/arithmetic/floor.py
maxframe/dataframe/arithmetic/floordiv.py
maxframe/dataframe/arithmetic/greater.py
maxframe/dataframe/arithmetic/greater_equal.py
maxframe/dataframe/arithmetic/invert.py
maxframe/dataframe/arithmetic/is_ufuncs.py
maxframe/dataframe/arithmetic/less.py
maxframe/dataframe/arithmetic/less_equal.py
maxframe/dataframe/arithmetic/log.py
maxframe/dataframe/arithmetic/log10.py
maxframe/dataframe/arithmetic/log2.py
maxframe/dataframe/arithmetic/mod.py
maxframe/dataframe/arithmetic/multiply.py
maxframe/dataframe/arithmetic/negative.py
maxframe/dataframe/arithmetic/not_equal.py
maxframe/dataframe/arithmetic/power.py
maxframe/dataframe/arithmetic/radians.py
maxframe/dataframe/arithmetic/sin.py
maxframe/dataframe/arithmetic/sinh.py
maxframe/dataframe/arithmetic/sqrt.py
maxframe/dataframe/arithmetic/subtract.py
maxframe/dataframe/arithmetic/tan.py
maxframe/dataframe/arithmetic/tanh.py
maxframe/dataframe/arithmetic/truediv.py
maxframe/dataframe/arithmetic/trunc.py
maxframe/dataframe/arithmetic/tests/__init__.py
maxframe/dataframe/arithmetic/tests/test_arithmetic.py
maxframe/dataframe/datasource/__init__.py
maxframe/dataframe/datasource/core.py
maxframe/dataframe/datasource/dataframe.py
maxframe/dataframe/datasource/date_range.py
maxframe/dataframe/datasource/from_index.py
maxframe/dataframe/datasource/from_records.py
maxframe/dataframe/datasource/from_tensor.py
maxframe/dataframe/datasource/index.py
maxframe/dataframe/datasource/read_csv.py
maxframe/dataframe/datasource/read_odps_query.py
maxframe/dataframe/datasource/read_odps_table.py
maxframe/dataframe/datasource/read_parquet.py
maxframe/dataframe/datasource/series.py
maxframe/dataframe/datasource/tests/__init__.py
maxframe/dataframe/datasource/tests/test_datasource.py
maxframe/dataframe/datastore/__init__.py
maxframe/dataframe/datastore/to_csv.py
maxframe/dataframe/datastore/to_odps.py
maxframe/dataframe/extensions/__init__.py
maxframe/dataframe/extensions/accessor.py
maxframe/dataframe/extensions/reshuffle.py
maxframe/dataframe/extensions/tests/__init__.py
maxframe/dataframe/extensions/tests/test_extensions.py
maxframe/dataframe/fetch/__init__.py
maxframe/dataframe/fetch/core.py
maxframe/dataframe/groupby/__init__.py
maxframe/dataframe/groupby/aggregation.py
maxframe/dataframe/groupby/apply.py
maxframe/dataframe/groupby/core.py
maxframe/dataframe/groupby/cum.py
maxframe/dataframe/groupby/fill.py
maxframe/dataframe/groupby/getitem.py
maxframe/dataframe/groupby/head.py
maxframe/dataframe/groupby/sample.py
maxframe/dataframe/groupby/transform.py
maxframe/dataframe/groupby/tests/__init__.py
maxframe/dataframe/groupby/tests/test_groupby.py
maxframe/dataframe/indexing/__init__.py
maxframe/dataframe/indexing/add_prefix_suffix.py
maxframe/dataframe/indexing/align.py
maxframe/dataframe/indexing/at.py
maxframe/dataframe/indexing/getitem.py
maxframe/dataframe/indexing/iat.py
maxframe/dataframe/indexing/iloc.py
maxframe/dataframe/indexing/insert.py
maxframe/dataframe/indexing/loc.py
maxframe/dataframe/indexing/reindex.py
maxframe/dataframe/indexing/rename.py
maxframe/dataframe/indexing/rename_axis.py
maxframe/dataframe/indexing/reset_index.py
maxframe/dataframe/indexing/sample.py
maxframe/dataframe/indexing/set_axis.py
maxframe/dataframe/indexing/set_index.py
maxframe/dataframe/indexing/setitem.py
maxframe/dataframe/indexing/where.py
maxframe/dataframe/indexing/tests/__init__.py
maxframe/dataframe/indexing/tests/test_indexing.py
maxframe/dataframe/merge/__init__.py
maxframe/dataframe/merge/append.py
maxframe/dataframe/merge/concat.py
maxframe/dataframe/merge/merge.py
maxframe/dataframe/merge/tests/__init__.py
maxframe/dataframe/merge/tests/test_merge.py
maxframe/dataframe/misc/__init__.py
maxframe/dataframe/misc/_duplicate.py
maxframe/dataframe/misc/accessor.py
maxframe/dataframe/misc/apply.py
maxframe/dataframe/misc/astype.py
maxframe/dataframe/misc/check_monotonic.py
maxframe/dataframe/misc/cut.py
maxframe/dataframe/misc/datetimes.py
maxframe/dataframe/misc/describe.py
maxframe/dataframe/misc/diff.py
maxframe/dataframe/misc/drop.py
maxframe/dataframe/misc/drop_duplicates.py
maxframe/dataframe/misc/duplicated.py
maxframe/dataframe/misc/eval.py
maxframe/dataframe/misc/explode.py
maxframe/dataframe/misc/get_dummies.py
maxframe/dataframe/misc/isin.py
maxframe/dataframe/misc/map.py
maxframe/dataframe/misc/melt.py
maxframe/dataframe/misc/memory_usage.py
maxframe/dataframe/misc/pct_change.py
maxframe/dataframe/misc/qcut.py
maxframe/dataframe/misc/select_dtypes.py
maxframe/dataframe/misc/shift.py
maxframe/dataframe/misc/stack.py
maxframe/dataframe/misc/string_.py
maxframe/dataframe/misc/to_numeric.py
maxframe/dataframe/misc/transform.py
maxframe/dataframe/misc/transpose.py
maxframe/dataframe/misc/value_counts.py
maxframe/dataframe/misc/tests/__init__.py
maxframe/dataframe/misc/tests/test_misc.py
maxframe/dataframe/missing/__init__.py
maxframe/dataframe/missing/checkna.py
maxframe/dataframe/missing/dropna.py
maxframe/dataframe/missing/fillna.py
maxframe/dataframe/missing/replace.py
maxframe/dataframe/missing/tests/__init__.py
maxframe/dataframe/missing/tests/test_missing.py
maxframe/dataframe/plotting/__init__.py
maxframe/dataframe/plotting/core.py
maxframe/dataframe/plotting/tests/__init__.py
maxframe/dataframe/plotting/tests/test_plotting.py
maxframe/dataframe/reduction/__init__.py
maxframe/dataframe/reduction/aggregation.py
maxframe/dataframe/reduction/all.py
maxframe/dataframe/reduction/any.py
maxframe/dataframe/reduction/core.py
maxframe/dataframe/reduction/count.py
maxframe/dataframe/reduction/cummax.py
maxframe/dataframe/reduction/cummin.py
maxframe/dataframe/reduction/cumprod.py
maxframe/dataframe/reduction/cumsum.py
maxframe/dataframe/reduction/custom_reduction.py
maxframe/dataframe/reduction/kurtosis.py
maxframe/dataframe/reduction/max.py
maxframe/dataframe/reduction/mean.py
maxframe/dataframe/reduction/min.py
maxframe/dataframe/reduction/nunique.py
maxframe/dataframe/reduction/prod.py
maxframe/dataframe/reduction/reduction_size.py
maxframe/dataframe/reduction/sem.py
maxframe/dataframe/reduction/skew.py
maxframe/dataframe/reduction/std.py
maxframe/dataframe/reduction/str_concat.py
maxframe/dataframe/reduction/sum.py
maxframe/dataframe/reduction/unique.py
maxframe/dataframe/reduction/var.py
maxframe/dataframe/reduction/tests/__init__.py
maxframe/dataframe/reduction/tests/test_reduction.py
maxframe/dataframe/sort/__init__.py
maxframe/dataframe/sort/core.py
maxframe/dataframe/sort/sort_index.py
maxframe/dataframe/sort/sort_values.py
maxframe/dataframe/sort/tests/__init__.py
maxframe/dataframe/sort/tests/test_sort.py
maxframe/dataframe/statistics/__init__.py
maxframe/dataframe/statistics/corr.py
maxframe/dataframe/statistics/quantile.py
maxframe/dataframe/statistics/tests/__init__.py
maxframe/dataframe/statistics/tests/test_statistics.py
maxframe/dataframe/tests/__init__.py
maxframe/dataframe/tests/test_initializer.py
maxframe/dataframe/tseries/__init__.py
maxframe/dataframe/tseries/to_datetime.py
maxframe/dataframe/tseries/tests/__init__.py
maxframe/dataframe/tseries/tests/test_tseries.py
maxframe/dataframe/ufunc/__init__.py
maxframe/dataframe/ufunc/tensor.py
maxframe/dataframe/ufunc/ufunc.py
maxframe/dataframe/window/__init__.py
maxframe/dataframe/window/aggregation.py
maxframe/dataframe/window/core.py
maxframe/dataframe/window/ewm.py
maxframe/dataframe/window/expanding.py
maxframe/dataframe/window/rolling.py
maxframe/dataframe/window/tests/__init__.py
maxframe/dataframe/window/tests/test_ewm.py
maxframe/dataframe/window/tests/test_expanding.py
maxframe/dataframe/window/tests/test_rolling.py
maxframe/learn/__init__.py
maxframe/learn/contrib/__init__.py
maxframe/learn/contrib/pytorch/__init__.py
maxframe/learn/contrib/pytorch/run_function.py
maxframe/learn/contrib/pytorch/run_script.py
maxframe/learn/contrib/pytorch/tests/__init__.py
maxframe/learn/contrib/pytorch/tests/test_pytorch.py
maxframe/lib/__init__.py
maxframe/lib/compression.py
maxframe/lib/functools_compat.py
maxframe/lib/version.py
maxframe/lib/wrapped_pickle.py
maxframe/lib/aio/__init__.py
maxframe/lib/aio/_runners.py
maxframe/lib/aio/_threads.py
maxframe/lib/aio/base.py
maxframe/lib/aio/file.py
maxframe/lib/aio/isolation.py
maxframe/lib/aio/lru.py
maxframe/lib/aio/parallelism.py
maxframe/lib/aio/tests/__init__.py
maxframe/lib/aio/tests/test_aio_file.py
maxframe/lib/cython/__init__.py
maxframe/lib/cython/libcpp.pxd
maxframe/lib/filesystem/__init__.py
maxframe/lib/filesystem/_glob.py
maxframe/lib/filesystem/arrow.py
maxframe/lib/filesystem/base.py
maxframe/lib/filesystem/core.py
maxframe/lib/filesystem/fsmap.py
maxframe/lib/filesystem/hdfs.py
maxframe/lib/filesystem/local.py
maxframe/lib/filesystem/oss.py
maxframe/lib/filesystem/_oss_lib/__init__.py
maxframe/lib/filesystem/_oss_lib/common.py
maxframe/lib/filesystem/_oss_lib/glob.py
maxframe/lib/filesystem/_oss_lib/handle.py
maxframe/lib/filesystem/tests/__init__.py
maxframe/lib/filesystem/tests/test_filesystem.py
maxframe/lib/filesystem/tests/test_oss.py
maxframe/lib/mmh3_src/MurmurHash3.cpp
maxframe/lib/mmh3_src/MurmurHash3.h
maxframe/lib/mmh3_src/mmh3module.cpp
maxframe/lib/sparse/__init__.py
maxframe/lib/sparse/array.py
maxframe/lib/sparse/core.py
maxframe/lib/sparse/matrix.py
maxframe/lib/sparse/vector.py
maxframe/lib/sparse/tests/__init__.py
maxframe/lib/sparse/tests/test_sparse.py
maxframe/lib/tblib/LICENSE
maxframe/lib/tblib/__init__.py
maxframe/lib/tblib/cpython.py
maxframe/lib/tblib/decorators.py
maxframe/lib/tblib/pickling_support.py
maxframe/lib/tests/__init__.py
maxframe/lib/tests/test_wrapped_pickle.py
maxframe/odpsio/__init__.py
maxframe/odpsio/arrow.py
maxframe/odpsio/schema.py
maxframe/odpsio/tableio.py
maxframe/odpsio/volumeio.py
maxframe/odpsio/tests/__init__.py
maxframe/odpsio/tests/test_arrow.py
maxframe/odpsio/tests/test_schema.py
maxframe/odpsio/tests/test_tableio.py
maxframe/odpsio/tests/test_volumeio.py
maxframe/remote/__init__.py
maxframe/remote/core.py
maxframe/remote/run_script.py
maxframe/serialization/__init__.py
maxframe/serialization/arrow.py
maxframe/serialization/core.pxd
maxframe/serialization/core.pyx
maxframe/serialization/exception.py
maxframe/serialization/maxframe_objects.py
maxframe/serialization/numpy.py
maxframe/serialization/pandas.py
maxframe/serialization/scipy.py
maxframe/serialization/serializables/__init__.py
maxframe/serialization/serializables/core.py
maxframe/serialization/serializables/field.py
maxframe/serialization/serializables/field_type.py
maxframe/serialization/serializables/tests/__init__.py
maxframe/serialization/serializables/tests/test_field_type.py
maxframe/serialization/serializables/tests/test_serializable.py
maxframe/serialization/tests/__init__.py
maxframe/serialization/tests/test_serial.py
maxframe/tensor/__init__.py
maxframe/tensor/array_utils.py
maxframe/tensor/core.py
maxframe/tensor/operators.py
maxframe/tensor/utils.py
maxframe/tensor/arithmetic/__init__.py
maxframe/tensor/arithmetic/abs.py
maxframe/tensor/arithmetic/absolute.py
maxframe/tensor/arithmetic/add.py
maxframe/tensor/arithmetic/angle.py
maxframe/tensor/arithmetic/arccos.py
maxframe/tensor/arithmetic/arccosh.py
maxframe/tensor/arithmetic/arcsin.py
maxframe/tensor/arithmetic/arcsinh.py
maxframe/tensor/arithmetic/arctan.py
maxframe/tensor/arithmetic/arctan2.py
maxframe/tensor/arithmetic/arctanh.py
maxframe/tensor/arithmetic/around.py
maxframe/tensor/arithmetic/bitand.py
maxframe/tensor/arithmetic/bitor.py
maxframe/tensor/arithmetic/bitxor.py
maxframe/tensor/arithmetic/cbrt.py
maxframe/tensor/arithmetic/ceil.py
maxframe/tensor/arithmetic/clip.py
maxframe/tensor/arithmetic/conj.py
maxframe/tensor/arithmetic/copysign.py
maxframe/tensor/arithmetic/core.py
maxframe/tensor/arithmetic/cos.py
maxframe/tensor/arithmetic/cosh.py
maxframe/tensor/arithmetic/deg2rad.py
maxframe/tensor/arithmetic/degrees.py
maxframe/tensor/arithmetic/divide.py
maxframe/tensor/arithmetic/equal.py
maxframe/tensor/arithmetic/exp.py
maxframe/tensor/arithmetic/exp2.py
maxframe/tensor/arithmetic/expm1.py
maxframe/tensor/arithmetic/fabs.py
maxframe/tensor/arithmetic/fix.py
maxframe/tensor/arithmetic/float_power.py
maxframe/tensor/arithmetic/floor.py
maxframe/tensor/arithmetic/floordiv.py
maxframe/tensor/arithmetic/fmax.py
maxframe/tensor/arithmetic/fmin.py
maxframe/tensor/arithmetic/fmod.py
maxframe/tensor/arithmetic/frexp.py
maxframe/tensor/arithmetic/greater.py
maxframe/tensor/arithmetic/greater_equal.py
maxframe/tensor/arithmetic/hypot.py
maxframe/tensor/arithmetic/i0.py
maxframe/tensor/arithmetic/imag.py
maxframe/tensor/arithmetic/invert.py
maxframe/tensor/arithmetic/isclose.py
maxframe/tensor/arithmetic/iscomplex.py
maxframe/tensor/arithmetic/isfinite.py
maxframe/tensor/arithmetic/isinf.py
maxframe/tensor/arithmetic/isnan.py
maxframe/tensor/arithmetic/isreal.py
maxframe/tensor/arithmetic/ldexp.py
maxframe/tensor/arithmetic/less.py
maxframe/tensor/arithmetic/less_equal.py
maxframe/tensor/arithmetic/log.py
maxframe/tensor/arithmetic/log10.py
maxframe/tensor/arithmetic/log1p.py
maxframe/tensor/arithmetic/log2.py
maxframe/tensor/arithmetic/logaddexp.py
maxframe/tensor/arithmetic/logaddexp2.py
maxframe/tensor/arithmetic/logical_and.py
maxframe/tensor/arithmetic/logical_not.py
maxframe/tensor/arithmetic/logical_or.py
maxframe/tensor/arithmetic/logical_xor.py
maxframe/tensor/arithmetic/lshift.py
maxframe/tensor/arithmetic/maximum.py
maxframe/tensor/arithmetic/minimum.py
maxframe/tensor/arithmetic/mod.py
maxframe/tensor/arithmetic/modf.py
maxframe/tensor/arithmetic/multiply.py
maxframe/tensor/arithmetic/nan_to_num.py
maxframe/tensor/arithmetic/negative.py
maxframe/tensor/arithmetic/nextafter.py
maxframe/tensor/arithmetic/not_equal.py
maxframe/tensor/arithmetic/positive.py
maxframe/tensor/arithmetic/power.py
maxframe/tensor/arithmetic/rad2deg.py
maxframe/tensor/arithmetic/radians.py
maxframe/tensor/arithmetic/real.py
maxframe/tensor/arithmetic/reciprocal.py
maxframe/tensor/arithmetic/rint.py
maxframe/tensor/arithmetic/rshift.py
maxframe/tensor/arithmetic/setimag.py
maxframe/tensor/arithmetic/setreal.py
maxframe/tensor/arithmetic/sign.py
maxframe/tensor/arithmetic/signbit.py
maxframe/tensor/arithmetic/sin.py
maxframe/tensor/arithmetic/sinc.py
maxframe/tensor/arithmetic/sinh.py
maxframe/tensor/arithmetic/spacing.py
maxframe/tensor/arithmetic/sqrt.py
maxframe/tensor/arithmetic/square.py
maxframe/tensor/arithmetic/subtract.py
maxframe/tensor/arithmetic/tan.py
maxframe/tensor/arithmetic/tanh.py
maxframe/tensor/arithmetic/truediv.py
maxframe/tensor/arithmetic/trunc.py
maxframe/tensor/arithmetic/utils.py
maxframe/tensor/arithmetic/tests/__init__.py
maxframe/tensor/arithmetic/tests/test_arithmetic.py
maxframe/tensor/base/__init__.py
maxframe/tensor/base/astype.py
maxframe/tensor/base/broadcast_to.py
maxframe/tensor/base/ravel.py
maxframe/tensor/base/transpose.py
maxframe/tensor/base/where.py
maxframe/tensor/base/tests/__init__.py
maxframe/tensor/base/tests/test_base.py
maxframe/tensor/datasource/__init__.py
maxframe/tensor/datasource/arange.py
maxframe/tensor/datasource/array.py
maxframe/tensor/datasource/core.py
maxframe/tensor/datasource/empty.py
maxframe/tensor/datasource/from_dataframe.py
maxframe/tensor/datasource/from_dense.py
maxframe/tensor/datasource/from_sparse.py
maxframe/tensor/datasource/full.py
maxframe/tensor/datasource/ones.py
maxframe/tensor/datasource/scalar.py
maxframe/tensor/datasource/zeros.py
maxframe/tensor/datasource/tests/__init__.py
maxframe/tensor/datasource/tests/test_datasource.py
maxframe/tensor/fetch/__init__.py
maxframe/tensor/fetch/core.py
maxframe/tensor/indexing/__init__.py
maxframe/tensor/indexing/choose.py
maxframe/tensor/indexing/compress.py
maxframe/tensor/indexing/core.py
maxframe/tensor/indexing/extract.py
maxframe/tensor/indexing/fill_diagonal.py
maxframe/tensor/indexing/flatnonzero.py
maxframe/tensor/indexing/getitem.py
maxframe/tensor/indexing/nonzero.py
maxframe/tensor/indexing/setitem.py
maxframe/tensor/indexing/slice.py
maxframe/tensor/indexing/take.py
maxframe/tensor/indexing/unravel_index.py
maxframe/tensor/indexing/tests/__init__.py
maxframe/tensor/indexing/tests/test_indexing.py
maxframe/tensor/merge/__init__.py
maxframe/tensor/merge/stack.py
maxframe/tensor/merge/tests/__init__.py
maxframe/tensor/merge/tests/test_merge.py
maxframe/tensor/random/__init__.py
maxframe/tensor/random/beta.py
maxframe/tensor/random/binomial.py
maxframe/tensor/random/bytes.py
maxframe/tensor/random/chisquare.py
maxframe/tensor/random/choice.py
maxframe/tensor/random/core.py
maxframe/tensor/random/dirichlet.py
maxframe/tensor/random/exponential.py
maxframe/tensor/random/f.py
maxframe/tensor/random/gamma.py
maxframe/tensor/random/geometric.py
maxframe/tensor/random/gumbel.py
maxframe/tensor/random/hypergeometric.py
maxframe/tensor/random/laplace.py
maxframe/tensor/random/logistic.py
maxframe/tensor/random/lognormal.py
maxframe/tensor/random/logseries.py
maxframe/tensor/random/multinomial.py
maxframe/tensor/random/multivariate_normal.py
maxframe/tensor/random/negative_binomial.py
maxframe/tensor/random/noncentral_chisquare.py
maxframe/tensor/random/noncentral_f.py
maxframe/tensor/random/normal.py
maxframe/tensor/random/pareto.py
maxframe/tensor/random/permutation.py
maxframe/tensor/random/poisson.py
maxframe/tensor/random/power.py
maxframe/tensor/random/rand.py
maxframe/tensor/random/randint.py
maxframe/tensor/random/randn.py
maxframe/tensor/random/random_integers.py
maxframe/tensor/random/random_sample.py
maxframe/tensor/random/rayleigh.py
maxframe/tensor/random/shuffle.py
maxframe/tensor/random/standard_cauchy.py
maxframe/tensor/random/standard_exponential.py
maxframe/tensor/random/standard_gamma.py
maxframe/tensor/random/standard_normal.py
maxframe/tensor/random/standard_t.py
maxframe/tensor/random/triangular.py
maxframe/tensor/random/uniform.py
maxframe/tensor/random/vonmises.py
maxframe/tensor/random/wald.py
maxframe/tensor/random/weibull.py
maxframe/tensor/random/zipf.py
maxframe/tensor/random/tests/__init__.py
maxframe/tensor/random/tests/test_random.py
maxframe/tensor/rechunk/__init__.py
maxframe/tensor/rechunk/rechunk.py
maxframe/tensor/reduction/__init__.py
maxframe/tensor/reduction/all.py
maxframe/tensor/reduction/allclose.py
maxframe/tensor/reduction/any.py
maxframe/tensor/reduction/argmax.py
maxframe/tensor/reduction/argmin.py
maxframe/tensor/reduction/array_equal.py
maxframe/tensor/reduction/core.py
maxframe/tensor/reduction/count_nonzero.py
maxframe/tensor/reduction/cumprod.py
maxframe/tensor/reduction/cumsum.py
maxframe/tensor/reduction/max.py
maxframe/tensor/reduction/mean.py
maxframe/tensor/reduction/min.py
maxframe/tensor/reduction/nanargmax.py
maxframe/tensor/reduction/nanargmin.py
maxframe/tensor/reduction/nancumprod.py
maxframe/tensor/reduction/nancumsum.py
maxframe/tensor/reduction/nanmax.py
maxframe/tensor/reduction/nanmean.py
maxframe/tensor/reduction/nanmin.py
maxframe/tensor/reduction/nanprod.py
maxframe/tensor/reduction/nanstd.py
maxframe/tensor/reduction/nansum.py
maxframe/tensor/reduction/nanvar.py
maxframe/tensor/reduction/prod.py
maxframe/tensor/reduction/std.py
maxframe/tensor/reduction/sum.py
maxframe/tensor/reduction/var.py
maxframe/tensor/reduction/tests/__init__.py
maxframe/tensor/reduction/tests/test_reduction.py
maxframe/tensor/reshape/__init__.py
maxframe/tensor/reshape/reshape.py
maxframe/tensor/reshape/tests/__init__.py
maxframe/tensor/reshape/tests/test_reshape.py
maxframe/tensor/statistics/__init__.py
maxframe/tensor/statistics/percentile.py
maxframe/tensor/statistics/quantile.py
maxframe/tensor/ufunc/__init__.py
maxframe/tensor/ufunc/ufunc.py
maxframe/tests/__init__.py
maxframe/tests/test_codegen.py
maxframe/tests/test_protocol.py
maxframe/tests/test_utils.py
maxframe/tests/utils.py
maxframe_client/__init__.py
maxframe_client/conftest.py
maxframe_client/fetcher.py
maxframe_client/clients/__init__.py
maxframe_client/clients/framedriver.py
maxframe_client/clients/spe.py
maxframe_client/session/__init__.py
maxframe_client/session/consts.py
maxframe_client/session/graph.py
maxframe_client/session/odps.py
maxframe_client/session/task.py
maxframe_client/session/tests/__init__.py
maxframe_client/session/tests/test_task.py
maxframe_client/tests/__init__.py
maxframe_client/tests/test_fetcher.py
maxframe_client/tests/test_session.py