Home
last modified time | relevance | path

Searched defs:is_tensor (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_export/pass_infra/
H A Dproxy_value.py34 def is_tensor(self) -> bool: member in ProxyValue
/aosp_15_r20/external/executorch/exir/dialects/edge/arg/
H A Dtype.py21 def is_tensor(self): member in ArgType
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_vmap_plumbing.py25 def is_tensor(typ: Type) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dweights.h211 bool is_tensor() const { in is_tensor() function
H A Dconvert_nodes_test.cc922 bool is_tensor, int batch_size = -1) { in TEST_F()
/aosp_15_r20/external/pytorch/torch/jit/
H A Dannotations.py371 def is_tensor(ann): function
/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dautograd_cache.py95 def is_tensor(target): function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/detail/
H A DTensorDataContainer.h225 bool is_tensor() const { in is_tensor() function
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/tensor/
Dextents.hpp202 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 Dfusion.cpp76 bool is_tensor = !!input->type()->cast<TensorType>(); in canHandle() local
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dtensor_util.py1064 is_tensor = is_tf_type variable
/aosp_15_r20/external/pytorch/test/onnx/
H A Dverify.py346 def is_tensor(o): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dargument_spec.h219 unsigned is_tensor : 8; // all other fields are invalid if this is false member
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIndexing.h178 inline bool is_tensor() const { in is_tensor() function
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py279 is_tensor: bool = True variable in GraphArg
/aosp_15_r20/external/executorch/exir/
H A Dpass_base.py144 def is_tensor(self) -> bool: member in ProxyValue
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py1004 def is_tensor(obj: _Any, /) -> _TypeGuard["torch.Tensor"]: function