/aosp_15_r20/external/pytorch/torch/_export/pass_infra/ |
H A D | proxy_value.py | 34 def is_tensor(self) -> bool: member in ProxyValue
|
/aosp_15_r20/external/executorch/exir/dialects/edge/arg/ |
H A D | type.py | 21 def is_tensor(self): member in ArgType
|
/aosp_15_r20/external/pytorch/torchgen/ |
H A D | gen_vmap_plumbing.py | 25 def is_tensor(typ: Type) -> bool: function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | weights.h | 211 bool is_tensor() const { in is_tensor() function
|
H A D | convert_nodes_test.cc | 922 bool is_tensor, int batch_size = -1) { in TEST_F()
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | annotations.py | 371 def is_tensor(ann): function
|
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/ |
H A D | autograd_cache.py | 95 def is_tensor(target): function
|
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/ |
H A D | TensorDataContainer.h | 225 bool is_tensor() const { in is_tensor() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/ |
D | extents.hpp | 202 bool is_tensor() const in is_tensor() function in boost::numeric::ublas::basic_extents
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | fusion.cpp | 76 bool is_tensor = !!input->type()->cast<TensorType>(); in canHandle() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | tensor_util.py | 1064 is_tensor = is_tf_type variable
|
/aosp_15_r20/external/pytorch/test/onnx/ |
H A D | verify.py | 346 def is_tensor(o): function
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | argument_spec.h | 219 unsigned is_tensor : 8; // all other fields are invalid if this is false member
|
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | TensorIndexing.h | 178 inline bool is_tensor() const { in is_tensor() function
|
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ |
H A D | builder.py | 279 is_tensor: bool = True variable in GraphArg
|
/aosp_15_r20/external/executorch/exir/ |
H A D | pass_base.py | 144 def is_tensor(self) -> bool: member in ProxyValue
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | __init__.py | 1004 def is_tensor(obj: _Any, /) -> _TypeGuard["torch.Tensor"]: function
|