Home
last modified time | relevance | path

Searched refs:input_cast (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/
Dit-block-itercount.mir26 %input_cast = bitcast float* %pSrc.addr.0 to <4 x float>*
27 …%7 = tail call <4 x float> @llvm.masked.load.v4f32.p0v4f32(<4 x float>* %input_cast, i32 4, <4 x i…
Ddont-ignore-vctp.mir23 %input_cast = bitcast float* %pSrc.addr.0 to <4 x float>*
24 …%7 = tail call <4 x float> @llvm.masked.load.v4f32.p0v4f32(<4 x float>* %input_cast, i32 4, <4 x i…
Dit-block-chain.mir25 %input_cast = bitcast float* %pSrc.addr.0 to <4 x float>*
26 …%7 = tail call <4 x float> @llvm.masked.load.v4f32.p0v4f32(<4 x float>* %input_cast, i32 4, <4 x i…
Dit-block-random.mir27 %input_cast = bitcast float* %pSrc.addr.0 to <4 x float>*
28 …%7 = tail call <4 x float> @llvm.masked.load.v4f32.p0v4f32(<4 x float>* %input_cast, i32 4, <4 x i…
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper_test.cc143 auto input_cast = ops::Cast(s.WithOpName("input_cast"), input, DT_HALF); in TEST_F() local
151 s.WithOpName("fused_batch_norm"), input_cast, scale, offset, mean, var, in TEST_F()
250 auto input_cast = ops::Cast(s.WithOpName("input_cast"), input, DT_HALF); in TEST_F() local
262 s.WithOpName("fused_batch_norm"), input_cast, scale, offset, mean, var, in TEST_F()
Dmkl_remapper_test.cc328 auto input_cast = ops::Cast(s.WithOpName("input_cast"), input, DT_FLOAT); in TEST_F() local
336 ops::FusedBatchNormV3(s.WithOpName("fused_batch_norm"), input_cast, in TEST_F()