Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for op31 (0.03 sec)

  1. src/cmd/compile/internal/ssa/_gen/ARM64Ops.go

    		{name: "FNMSUBS", argLength: 3, reg: fp31, asm: "FNMSUBS"}, // -arg0 + (arg1 * arg2)
    		{name: "FNMSUBD", argLength: 3, reg: fp31, asm: "FNMSUBD"}, // -arg0 + (arg1 * arg2)
    		{name: "MADD", argLength: 3, reg: gp31, asm: "MADD"},       // +arg0 + (arg1 * arg2)
    		{name: "MADDW", argLength: 3, reg: gp31, asm: "MADDW"},     // +arg0 + (arg1 * arg2), 32-bit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 58.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/quantize_model_test.cc

      EXPECT_THAT(subgraph->outputs, SizeIs(1));
    
      const auto& op1 = subgraph->operators[1].get();
      const auto& op2 = subgraph->operators[2].get();
      const auto& op3 = subgraph->operators[3].get();
      const auto& op4 = subgraph->operators[4].get();
    
      ASSERT_THAT(GetBuiltinCode(model_.operator_codes[op1->opcode_index].get()),
                  Eq(BuiltinOperator_QUANTIZE));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 73.9K bytes
    - Viewed (0)
Back to top