Searched defs:SymFloat (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/pytorch/c10/core/ |
H A D | SymFloat.h | 20 /*implicit*/ SymFloat(double d) : data_(d){}; in SymFloat() function 21 SymFloat(SymNode ptr) in SymFloat() function 25 SymFloat() : data_(0.0) {} in SymFloat() function
|
H A D | SymInt.h | 19 class SymFloat; variable
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/ |
H A D | onnxruntime.py | 320 torch.Tensor, torch.SymInt, int, torch.SymFloat, float, torch.SymBool, bool 332 torch.Tensor, torch.SymInt, int, torch.SymFloat, float, torch.SymBool, bool 423 torch.SymFloat, 457 torch.Tensor, torch.SymInt, int, torch.SymFloat, float, torch.SymBool, bool 538 torch.Tensor, torch.SymInt, int, torch.SymFloat, float, torch.SymBool, bool
|
/aosp_15_r20/external/executorch/exir/passes/ |
H A D | sym_to_tensor_pass.py | 40 symbol: Union[SymInt, SymFloat, SymBool] argument
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | types.py | 27 SymFloat as SymFloat, unknown
|
H A D | __init__.py | 552 class SymFloat: class
|
/aosp_15_r20/external/pytorch/torch/onnx/_internal/fx/ |
H A D | diagnostics.py | 100 def _torch_fx_symbolic_float(obj: torch.SymFloat) -> str:
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | symbolic_shapes.py | 1389 def is_symbolic(val: Union[int, SymInt, float, SymFloat, bool, SymBool]) -> bool: argument 3387 val: Union[int, SymInt, float, SymFloat], argument
|
H A D | sym_node.py | 1370 def get_constant(x: Union[SymInt, int, SymFloat, float, SymBool, bool]): argument
|
/aosp_15_r20/external/pytorch/torch/_prims_common/ |
H A D | __init__.py | 1354 x: Union[NumberType, torch.SymInt, torch.SymFloat, torch.SymBool]
|