Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SparsityParameterAttr (0.39 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      }];
    
      let arguments = (ins ElementsAttr:$value,
                       SparsityParameterAttr:$s_param,
                       ElementsAttr:$compressed_data);
    
      let results = (outs AnyTensor:$output);
    
      let builders = [
        OpBuilder<(ins "TypedAttr":$value, "SparsityParameterAttr":$s_param,
          "Attribute":$compressed_data),
        [{
          $_state.addTypes(value.getType());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      // Returns a unique name for `val`.
      std::string UniqueName(mlir::Value val);
    
      BufferOffset<tflite::SparsityParameters> BuildSparsityParameters(
          const mlir::TFL::SparsityParameterAttr& s_attr);
    
      bool EstimateArithmeticCount(int64_t* count);
    
      // Check compatibility with GPU delegate and returns the compatibility.
      bool CheckGpuDelegateCompatibility(uint8_t* model_buffer_pointer);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top