Update README.md

main
File_xor 2023-06-06 22:10:11 +09:00
parent 0e33350862
commit 04ff8b8144
1 changed files with 14 additions and 14 deletions

View File

@ -48,18 +48,18 @@ If directives with same order exists, these directives will be processed from le
If "DirectiveOrder" is absent, it will be treated as order is 0.
#### Directives
##### eval
"eval" does component-wise python's eval to conditioning.
Local objects for eval are:
i: torch.Tensor : input conditioning
o: torch.Tensor : output conditioning
t: int : 0th dimension (token-wise) of index of input conditioning
d: int : 1st dimension (dimension-wise) of index of input conditioning
torch module and all objects in math module
"eval" does component-wise python's eval to conditioning.
Local objects for eval are:
i: torch.Tensor : input conditioning
o: torch.Tensor : output conditioning
t: int : 0th dimension (token-wise) of index of input conditioning
d: int : 1st dimension (dimension-wise) of index of input conditioning
torch module and all objects in math module
##### exec
"exec" does component-wise python's exec.
Local objects for exec are:
i: torch.Tensor : input conditioning
o: torch.Tensor : output conditioning
t: int : 0th dimension (token-wise) of index of input conditioning
d: int : 1st dimension (dimension-wise) of index of input conditioning
torch module and all objects in math module
"exec" does component-wise python's exec.
Local objects for exec are:
i: torch.Tensor : input conditioning
o: torch.Tensor : output conditioning
t: int : 0th dimension (token-wise) of index of input conditioning
d: int : 1st dimension (dimension-wise) of index of input conditioning
torch module and all objects in math module