Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for ImporterBase (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    // preparation over the graph and also certain internal bookkeeping data.
    // Afterwards the other protected methods can be called.
    class ImporterBase {
     protected:
      explicit ImporterBase(
          const FunctionLibraryDefinition& flib, const GraphDebugInfo& debug_info,
          const GraphImportConfig& specs, mlir::ModuleOp module,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/passes/add_quantization_unit_loc.cc

        return isa<NameLoc>(loc) ||
               (isa<CallSiteLoc>(loc) &&
                isa<NameLoc>(mlir::cast<CallSiteLoc>(loc).getCallee()));
      });
    }
    
    // Finds the pattern of the location created by `ImporterBase::GetLocation`
    // in `tensorflow/compiler/mlir/tensorflow/translate/import_model.cc`.
    void FindQuantizationUnitsRecursively(Location loc,
                                          SmallVector<QuantizationUnit>& units) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/transforms/lift_tflite_flex_ops.cc

          flow.setType(scalar_f32_tensor_type);
        }
    
        // Sets operand_segment_sizes or result_segment_sizes attribute to the op.
        // Referenced from tensorflow::ImporterBase::CreateOperation
    
        const auto set_segment_sizes_attr =
            [&](const tensorflow::NameRangeMap& arg_ranges,
                const tensorflow::protobuf::RepeatedPtrField<
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top