Home
last modified time | relevance | path

Searched defs:broadcastable (Results 1 – 21 of 21) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/gossipd/
H A Dbroadcast.h9 struct broadcastable { struct
16 static inline void broadcastable_init(struct broadcastable *bcast) in broadcastable_init() argument
/dports/math/py-theano/Theano-1.0.5/theano/tensor/
H A Dsharedvar.py29 borrow=False, broadcastable=None, target='cpu'): argument
H A Dio.py29 def __init__(self, dtype, broadcastable, mmap_mode=None): argument
58 def load(path, dtype, broadcastable, mmap_mode=None): argument
H A Dtype.py44 def __init__(self, dtype, broadcastable, name=None, sparse_grad=False): argument
61 def clone(self, dtype=None, broadcastable=None): argument
H A Dvar.py652 broadcastable = property(lambda self: self.type.broadcastable) variable in _tensor_py_operators
H A Dbasic.py4126 def patternbroadcast(x, broadcastable): argument
/dports/security/pam_pkcs11/pam_pkcs11-pam_pkcs11-0.6.12/src/mappers/
H A Dkrb_mapper.c133 if( blk) debug = scconf_get_bool(blk,"debug",0);
/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dbroadcast.jl25 Base.broadcastable(x::NDArray) = x function
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/src/
H A Dbroadcast.jl25 Base.broadcastable(x::NDArray) = x function
/dports/math/py-sympy/sympy-1.9/sympy/printing/
H A Dtheanocode.py103 def _get_key(self, s, name=None, dtype=None, broadcastable=None): argument
121 def _get_or_create(self, s, name=None, dtype=None, broadcastable=None): argument
H A Daesaracode.py103 def _get_key(self, s, name=None, dtype=None, broadcastable=None): argument
121 def _get_or_create(self, s, name=None, dtype=None, broadcastable=None): argument
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/
H A Dtype.py178 def __init__(self, dtype, broadcastable, context_name=None, name=None): argument
193 def clone(self, dtype=None, broadcastable=None): argument
684 broadcastable=None, target=notset): argument
H A Dopt.py2549 def typebuild(dtype, broadcastable, context_name=context_name): argument
2561 def typebuild(dtype, broadcastable, context_name=context_name): argument
/dports/games/abuse_sdl/abuse-0.8/src/net/
H A Dtcpip.cpp90 void unix_fd::broadcastable() in broadcastable() function in unix_fd
/dports/math/py-theano/Theano-1.0.5/theano/scan_module/
H A Dscan_op.py141 def tensorConstructor(broadcastable, dtype): argument
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/pl/plpython/po/
H A Dcs.po285 msgid "PL/Python functions cannot accept type %s"
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxstrides.hpp560 inline bool broadcastable(const S1& src_shape, const S2& dst_shape) in broadcastable() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp276 Value broadcastable = iterArgs[0]; in matchAndRewrite() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp284 Value broadcastable = iterArgs[0]; in matchAndRewrite() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp284 Value broadcastable = iterArgs[0]; in matchAndRewrite() local
/dports/math/py-numpy/numpy-1.20.3/numpy/core/tests/
H A Dtest_ufunc.py1098 def broadcastable(s1, s2): function