Home
last modified time | relevance | path

Searched defs:ShapeSpec (Results 1 – 15 of 15) sorted by relevance

/dports/science/py-ase/ase-3.22.0/ase/
H A Doutputs.py101 ShapeSpec = Union[str, int] variable
107 shape: Union[ShapeSpec, Sequence[ShapeSpec]] = tuple()
/dports/science/py-chainer/chainer-7.8.0/chainer/initializers/
H A D__init__.py31 shape: types.ShapeSpec,
/dports/science/py-chainer/chainer-7.8.0/chainer/
H A Dtypes.py27 ShapeSpec = tp.Union[int, tp.Sequence[int]] # Sequence includes Tuple[int, ...] # NOQA variable
H A Dlink.py313 shape: tp.Optional[types.ShapeSpec] = None,
H A Dvariable.py1778 shape: tp.Optional[types.ShapeSpec] = None,
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dtype.h206 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Semantics/
H A Dtype.h211 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dtype.h211 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Semantics/
H A Dtype.h211 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Semantics/
H A Dtype.h211 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dtype.h214 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Semantics/
H A Dtype.h214 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dtype.h214 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Semantics/
H A Dtype.h214 ShapeSpec(Bound &&lb, Bound &&ub) : lb_{std::move(lb)}, ub_{std::move(ub)} {} in ShapeSpec() function
/dports/math/py-jax/jax-0.2.9/jax/interpreters/
H A Dmasking.py374 class ShapeSpec(tuple): class