Home
last modified time | relevance | path

Searched refs:src_input (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dxla_sharding_util.cc52 mlir::Value src_input, in CreateSplitOp() argument
66 auto input_type = src_input.getType().cast<mlir::TensorType>(); in CreateSplitOp()
94 location, output_types, split_dimension_op.output(), src_input); in CreateSplitOp()
/external/llvm-project/llvm/test/CodeGen/AMDGPU/
Dllvm.amdgcn.fcmp.ll24 %src_input = call float @llvm.fabs.f32(float %src)
25 %result = call i64 @llvm.amdgcn.fcmp.f32(float %src_input, float %temp, i32 1)
252 %src_input = call half @llvm.fabs.f16(half %src)
253 %result = call i64 @llvm.amdgcn.fcmp.f16(half %src_input, half %temp, i32 1)