DEV Community

Super Kai (Kazuya Ito) profile picture

Super Kai (Kazuya Ito)

I'm a web developer. Buy Me a Coffee: ko-fi.com/superkai SO: stackoverflow.com/users/3247006/super-kai-kazuya-ito X(Twitter): twitter.com/superkai_kazuya FB: facebook.com/superkai.kazuya

Joined Joined on  github website twitter website
all() and any() in PyTorch

all() and any() in PyTorch

Comments
3 min read
narrow() and narrow_copy() in PyTorch

narrow() and narrow_copy() in PyTorch

Comments
3 min read
diagonal() and diag_embed() in PyTorch

diagonal() and diag_embed() in PyTorch

Comments
17 min read
eye(), diag() and diagflat() in PyTorch

eye(), diag() and diagflat() in PyTorch

Comments
7 min read
full() and full_like() in PyTorch

full() and full_like() in PyTorch

Comments
3 min read
rot90() and roll() in PyTorch

rot90() and roll() in PyTorch

Comments
11 min read
sum(), prod() and cartesian_prod() in PyTorch

sum(), prod() and cartesian_prod() in PyTorch

Comments
4 min read
flatten(), unflatten() and ravel() in PyTorch

flatten(), unflatten() and ravel() in PyTorch

Comments
7 min read
dsplit() and tensor_split() in PyTorch

dsplit() and tensor_split() in PyTorch

Comments
17 min read
chunk() and unbind() in PyTorch

chunk() and unbind() in PyTorch

Comments
5 min read
sort(), argsort() and msort() in PyTorch

sort(), argsort() and msort() in PyTorch

Comments
7 min read
min(), max(), argmin() and argmax() in PyTorch

min(), max(), argmin() and argmax() in PyTorch

Comments
4 min read
aminmax(), amin() and amax() in PyTorch

aminmax(), amin() and amax() in PyTorch

Comments
3 min read
minimum(), maximum(), kthvalue() and topk() in PyTorch

minimum(), maximum(), kthvalue() and topk() in PyTorch

Comments
5 min read
unique() and unique_consecutive() in PyTorch

unique() and unique_consecutive() in PyTorch

Comments
3 min read
round(), ceil(), floor(), trunc() and frac() in PyTorch

round(), ceil(), floor(), trunc() and frac() in PyTorch

Comments
3 min read
tile() and repeat_interleave() in PyTorch

tile() and repeat_interleave() in PyTorch

Comments
5 min read
gt(), lt(), ge() and le() in PyTorch

gt(), lt(), ge() and le() in PyTorch

Comments
6 min read
equal(), eq() and ne() in PyTorch

equal(), eq() and ne() in PyTorch

Comments
4 min read
mean() and median() in PyTorch

mean() and median() in PyTorch

Comments
5 min read
Create and access a tensor in PyTorch

Create and access a tensor in PyTorch

Comments
3 min read
arange(), linspace(), logspace() and normal() in PyTorch

arange(), linspace(), logspace() and normal() in PyTorch

Comments
5 min read
zeros(), zeros_like(), ones() and ones_like() in PyTorch

zeros(), zeros_like(), ones() and ones_like() in PyTorch

Comments
5 min read
empty(), empty_like() and empty_strided in PyTorch

empty(), empty_like() and empty_strided in PyTorch

Comments
5 min read
rand(), rand_like(), randn(), randn_like(), randint() and randperm() in PyTorch

rand(), rand_like(), randn(), randn_like(), randint() and randperm() in PyTorch

Comments
6 min read
take(), take_along_dim() and gather() in PyTorch

take(), take_along_dim() and gather() in PyTorch

Comments
4 min read
transpose(), adjoint(), mT, mH, view(), reshape() in PyTorch

transpose(), adjoint(), mT, mH, view(), reshape() in PyTorch

Comments
6 min read
permute() and movedim() in PyTorch

permute() and movedim() in PyTorch

Comments
32 min read
flip(), flipud() and fliplr() in PyTorch

flip(), flipud() and fliplr() in PyTorch

Comments
4 min read
atleast_1d(), atleast_2d() and atleast_3d() in PyTorch

atleast_1d(), atleast_2d() and atleast_3d() in PyTorch

Comments
2 min read
hstack(), vstack(), dstack() and column_stack() in PyTorch

hstack(), vstack(), dstack() and column_stack() in PyTorch

Comments
6 min read
stack() and cat() in PyTorch

stack() and cat() in PyTorch

Comments
4 min read
split(), hsplit() and vsplit() in PyTorch

split(), hsplit() and vsplit() in PyTorch

Comments
14 min read
squeeze() and unsqueeze() in PyTorch

squeeze() and unsqueeze() in PyTorch

Comments
4 min read
Functions and operators for Dot and Matrix multiplication and Element-wise calculation in PyTorch

Functions and operators for Dot and Matrix multiplication and Element-wise calculation in PyTorch

Comments
3 min read
Dot vs Matrix vs Element-wise multiplication in PyTorch

Dot vs Matrix vs Element-wise multiplication in PyTorch

Comments
5 min read
RETURN QUERY statement in PostgreSQL

RETURN QUERY statement in PostgreSQL

Comments
6 min read
RETURN NEXT statement in PostgreSQL

RETURN NEXT statement in PostgreSQL

Comments
9 min read
LOOP, EXIT, CONTINUE and WHILE statements in PostgreSQL

LOOP, EXIT, CONTINUE and WHILE statements in PostgreSQL

1
Comments 1
5 min read
FOR statement in PostgreSQL

FOR statement in PostgreSQL

Comments
5 min read
FOREACH and FOR statements with arrays in PostgreSQL

FOREACH and FOR statements with arrays in PostgreSQL

Comments
4 min read
A multi-dimensional array in PostgreSQL

A multi-dimensional array in PostgreSQL

Comments
4 min read
PREPARE and EXECUTE statements in PostgreSQL

PREPARE and EXECUTE statements in PostgreSQL

Comments
5 min read
DO statement in PostgreSQL

DO statement in PostgreSQL

Comments
4 min read
Declarations in PostgreSQL

Declarations in PostgreSQL

Comments
3 min read
An OID(Object identifier) in PostgreSQL

An OID(Object identifier) in PostgreSQL

Comments
3 min read
A trigger in PostgreSQL

A trigger in PostgreSQL

Comments
8 min read
A view in PostgreSQL

A view in PostgreSQL

Comments
3 min read
A SQL function in PostgreSQL

A SQL function in PostgreSQL

Comments
8 min read
A PL/pgSQL function in PostgreSQL

A PL/pgSQL function in PostgreSQL

Comments
7 min read
An event trigger in PostgreSQL

An event trigger in PostgreSQL

Comments
3 min read
A SQL procedure in PostgreSQL

A SQL procedure in PostgreSQL

Comments
7 min read
A PL/pgSQL procedure in PostgreSQL

A PL/pgSQL procedure in PostgreSQL

Comments
5 min read
Phantom read occurs with 'SERIALIZABLE' isolation level (MySQL)

Phantom read occurs with 'SERIALIZABLE' isolation level (MySQL)

Comments
1 min read
Answer: Configure Django and Google Cloud Storage?

Answer: Configure Django and Google Cloud Storage?

3
Comments
1 min read
Create a key pair and download the .pem file with Terraform (AWS)

Create a key pair and download the .pem file with Terraform (AWS)

1
Comments
1 min read
Answer: Do we have router.reload in vue-router?

Answer: Do we have router.reload in vue-router?

1
Comments
1 min read
loading...