Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for GetDenseAttrFromTensorProtoAttr (0.43 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_types.cc

    #include "tensorflow/compiler/mlir/tensorflow/ir/tf_ops.h"
    #include "tensorflow/core/lib/monitoring/counter.h"
    
    namespace mlir::quant::stablehlo {
    namespace {
    
    using quant::tensorflow::GetDenseAttrFromTensorProtoAttr;
    using quant::tensorflow::GetIntTypeFromTFQint;
    using quant::tensorflow::IsTFQintType;
    using quant::tensorflow::IsTFUniformQuantizedOp;
    
    #define GEN_PASS_DEF_CONVERTTFQUANTTYPES
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_ops_to_mhlo.cc

    #include "tensorflow/core/util/quantization/uniform_quant_ops_params.h"
    
    namespace mlir::quant::stablehlo {
    namespace {
    
    using quant::tensorflow::GetDenseAttrFromTensorProtoAttr;
    using quant::tensorflow::GetIntTypeFromTFQint;
    using quant::tensorflow::IsTFQintType;
    
    #define GEN_PASS_DEF_CONVERTTFQUANTOPSTOMHLO
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top