Home
last modified time | relevance | path

Searched defs:int_ty (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/utils/
Dhlo_utils.cc63 } else if (auto int_ty = ty.dyn_cast<IntegerType>()) { in GetScalarOfType() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Ddecompose_resource_ops.cc36 if (auto int_ty = ty.dyn_cast<IntegerType>()) { in GetScalarOfType() local
Dlower_tf.cc100 } else if (auto int_ty = ty.dyn_cast_or_null<IntegerType>()) { in GetScalarOfType() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords() local
Dupgrade_memory_model.cpp570 analysis::Integer int_ty(32, false); in GetScopeConstant() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords() local
Dupgrade_memory_model.cpp570 analysis::Integer int_ty(32, false); in GetScopeConstant() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp332 if (auto* int_ty = type.AsInteger()) { in EncodeIntegerAsWords() local
Dupgrade_memory_model.cpp570 analysis::Integer int_ty(32, false); in GetScopeConstant() local
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dchlo_legalize_to_hlo.cc1032 auto int_ty = result_ty.clone(b.getIntegerType(bitwidth)); in MaterializeNextAfter() local