Searched refs:createInputAllocations (Results 1 – 1 of 1) sorted by relevance
117 private Allocation[] createInputAllocations(Element elt, int max) { in createInputAllocations() method in ReduceTest511 Allocation[] inputs = createInputAllocations(Element.I32(mRS), 3); in testBadSumXorInputDimensionMismatch()628 Allocation[] allocs1 = createInputAllocations(Element.I8(mRS), 3); in testBadSillySumInputDimensionMismatch()629 Allocation[] allocs2 = createInputAllocations(Element.F32(mRS), 3); in testBadSillySumInputDimensionMismatch()630 Allocation[] allocs3 = createInputAllocations(Element.I32_3(mRS), 3); in testBadSillySumInputDimensionMismatch()