Searched refs:input_cast (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/Thumb2/LowOverheadLoops/ |
D | it-block-itercount.mir | 26 %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…
|
D | dont-ignore-vctp.mir | 23 %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…
|
D | it-block-chain.mir | 25 %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…
|
D | it-block-random.mir | 27 %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/ |
D | remapper_test.cc | 143 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()
|
D | mkl_remapper_test.cc | 328 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()
|