Home
last modified time | relevance | path

Searched defs:_is_tensor (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A Djit_utils.py340 def _is_tensor(x: _C.Value) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_deserialization.py42 def _is_tensor(t): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_helper.py465 def _is_tensor(x: _C.Value) -> bool: function
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/engine/
H A Ddata_adapter.py225 def _is_tensor(v): function
/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dkernel.cpp1608 auto _is_tensor = [](const jit::Value* el) { in deduceMemoryLayoutPolicy() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dimage_ops_impl.py87 def _is_tensor(x): function