Home
last modified time | relevance | path

Searched defs:is_tensor_list (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/utils/
H A Dtensors.py38 def is_tensor_list(t): function
/aosp_15_r20/external/executorch/exir/dialects/edge/arg/
H A Dtype.py24 def is_tensor_list(self): member in ArgType
/aosp_15_r20/external/pytorch/torchgen/
H A Dgen_vmap_plumbing.py33 def is_tensor_list(typ: Type) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_helpers.h109 bool is_tensor_list = false; member
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_eager/
H A Dkernel_holder.cpp321 bool is_tensor_list = metadata.contains("tensor_list"); in init_aoti_kernel_cache() local