Home
last modified time | relevance | path

Searched defs:cast_type (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dprepare_quantize_drq.cc174 Type cast_type = quant_type.castFromExpressedType(expressed_type); in insertQDQ() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h325 Type cast_type = quant_type.castFromExpressedType(expressed_type); in processConstantOp() local
Dprepare_quantize_dynamic_range.cc261 Type cast_type = quant_type.castFromExpressedType(expressed_type); in insertQDQ() local
/external/mesa3d/src/compiler/nir/
Dnir_deref.c974 const struct glsl_type *cast_type = cast->type; in opt_remove_sampler_cast() local
/external/cronet/buildtools/third_party/libc++/trunk/utils/gdb/libcxx/
Dprinters.py579 def __init__(self, cast_type, root): argument
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3447 def CheckCStyleCast(filename, linenum, line, raw_line, cast_type, pattern, argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c42 static LLVMValueRef cast_type(struct lp_build_nir_context *bld_base, LLVMValueRef val, in cast_type() function
/external/libaom/tools/
Dcpplint.py5271 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument
/external/google-styleguide/cpplint/
Dcpplint.py5274 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument
/external/libvpx/tools/
Dcpplint.py5271 def CheckCStyleCast(filename, clean_lines, linenum, cast_type, pattern, error): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision.cc2075 const CastType& cast_type, MutableGraphView::OutputPort& src) { in InsertCastNodeAtFanout()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1070 auto cast_type = start.getType().cast<ShapedType>().clone( in matchAndRewrite() local