Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for no_quantization (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/lift_quantizable_spots_as_functions.cc

      // details of `Printer`.
      TrimTrailingWhitespaces(method_txtpb);
    
      return method_txtpb;
    }
    
    // Applies quantization spec to all matched lifted functions. At this point only
    // denylisting (`NoQuantization`) will be applied if specs is nonempty.
    // TODO: b/307620778 - Support more advanced selective quantization methods.
    LogicalResult ApplyQuantizationSpec(const QuantizationSpec& spec,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/cc/report_test.cc

      ASSERT_THAT(results.results(), SizeIs(1));
    
      // Test that the unquantized `QuantizableUnit` corresponding to
      // `composite_dot_general_fn` is captured. The `Method` contains
      // `NoQuantization`.
      const QuantizationResult& result = results.results(0);
      EXPECT_THAT(result.quantizable_unit().name(),
                  StrEq("composite_dot_general_fn"));
      EXPECT_TRUE(result.method().has_no_quantization());
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 10:10:34 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      typedef TensorBuilder Builder;
      enum FlatBuffersVTableOffset FLATBUFFERS_VTABLE_UNDERLYING_TYPE {
        VT_SHAPE = 4,
        VT_TYPE = 6,
        VT_BUFFER = 8,
        VT_NAME = 10,
        VT_QUANTIZATION = 12,
        VT_IS_VARIABLE = 14,
        VT_SPARSITY = 16,
        VT_SHAPE_SIGNATURE = 18,
        VT_HAS_RANK = 20,
        VT_VARIANT_TENSORS = 22
      };
      const ::flatbuffers::Vector<int32_t> *shape() const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top