Home
last modified time | relevance | path

Searched defs:filter_ty (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/intel/genxml/
Dintel_genxml.py249 filter_ty = lambda s: filter(lambda i: i.tag == s, orig_elements) function
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1734 const TensorType filter_ty = filter.getType().template cast<TensorType>(); in inferConvReturnTypeComponents() local
1839 auto filter_ty = filter().getType().dyn_cast<RankedTensorType>(); in GetOptimalLayout() local
1982 auto filter_ty = filter().getType().dyn_cast<TensorType>(); in GetOptimalLayout() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1129 auto filter_ty = in matchAndRewriteDynamicConv() local
1292 auto filter_ty = in matchAndRewrite() local
4875 auto filter_ty = in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1214 const RankedTensorType filter_ty = in inferReturnTypes() local