Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetStableHloOpQuantSpec (0.26 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/ops/stablehlo_op_quant_spec_test.cc

          FindFirstOpFromMainFunc<TF::XlaCallModuleOp>(*module_op);
      ASSERT_TRUE(succeeded(xla_call_module_op));
    
      const std::unique_ptr<OpQuantSpec> op_quant_spec =
          GetStableHloOpQuantSpec(*xla_call_module_op);
      ASSERT_THAT(op_quant_spec, NotNull());
    
      EXPECT_THAT(op_quant_spec->coeff_op_quant_dim, IsEmpty());
    }
    
    TEST_F(GetStableHloOpQuantSpecTest,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 07:19:09 UTC 2024
    - 14.8K bytes
    - Viewed (0)
Back to top