Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/Test/baseResults/
Dweb.array.frag.out19 OpName %param_0 "param"
57 %param_0 = OpVariable %_ptr_Function__arr_float_uint_5 Function
84 OpStore %param_0 %67
85 %68 = OpFunctionCall %_arr_float_uint_4 %foo_f1_5__ %param_0
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dweb.array.frag.out19 OpName %param_0 "param"
57 %param_0 = OpVariable %_ptr_Function__arr_float_uint_5 Function
84 OpStore %param_0 %67
85 %68 = OpFunctionCall %_arr_float_uint_4 %foo_f1_5__ %param_0
/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dfusion.hlo299 %fused_computation.1 (param_0.5: f32[64], param_1.3088: f32[64], param_2.2116: f32[64], param_3.974…
331 %param_0.5 = f32[64]{0} parameter(0)
332 %broadcast.1838 = f32[128,64,112,112]{1,3,2,0} broadcast(f32[64]{0} %param_0.5), dimensions={1}
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion_test.cc1908 auto param_0 = builder.AddInstruction( in TEST_F() local
1957 {param_0, prev_element_1, prev_element_2, prev_element_3})); in TEST_F()
1998 auto param_0 = builder.AddInstruction( in TEST_F() local
2017 HloInstruction::CreateWhile(scalar_shape_, condition, body, param_0)); in TEST_F()
Dhlo_parser_test.cc892 %fused_computation (constant.param_0: f32[3,2,1,1], constant.1.param_1: f32[2]) -> f32[3,2,1,1] { in CreateTestCases()
893 %constant.param_0 = f32[3,2,1,1]{3,2,1,0} parameter(0) in CreateTestCases()
896 …ROOT %subtract = f32[3,2,1,1]{3,2,1,0} subtract(f32[3,2,1,1]{3,2,1,0} %constant.param_0, f32[3,2,1… in CreateTestCases()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc1394 auto param_0 = function->parameter_instruction(0); in MatchReductionGenerator() local
1396 if (!(lhs == param_0 && rhs == param_1) && in MatchReductionGenerator()
1397 !(rhs == param_0 && lhs == param_1)) { in MatchReductionGenerator()