Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for tac_module (0.24 sec)

  1. src/debug/dwarf/tag_string.go

    	_ = x[TagUnionType-23]
    	_ = x[TagUnspecifiedParameters-24]
    	_ = x[TagVariant-25]
    	_ = x[TagCommonDwarfBlock-26]
    	_ = x[TagCommonInclusion-27]
    	_ = x[TagInheritance-28]
    	_ = x[TagInlinedSubroutine-29]
    	_ = x[TagModule-30]
    	_ = x[TagPtrToMemberType-31]
    	_ = x[TagSetType-32]
    	_ = x[TagSubrangeType-33]
    	_ = x[TagWithStmt-34]
    	_ = x[TagAccessDeclaration-35]
    	_ = x[TagBaseType-36]
    	_ = x[TagCatchDwarfBlock-37]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 03 17:32:37 UTC 2019
    - 3.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/odml_to_stablehlo.cc

      os.flush();
    
      output->os() << result;
      output->keep();
    
      return absl::OkStatus();
    }
    
    tensorflow::Status ConvertTFToStableHLO(
        ModuleOp tf_module, const PassPipelineCLParser& pass_pipeline) {
      PassManager pm(tf_module.getContext());
      if (failed(applyPassManagerCLOptions(pm))) {
        return tensorflow::errors::Aborted(
            "Failed to apply MLIR pass manager CL options.");
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_rewrite_pass.cc

      func::FuncOp func =
          cluster_func->getParentOfType<ModuleOp>().lookupSymbol<func::FuncOp>(
              func_attr.getValue());
    
      std::string txt_module;
      if (failed(EncapsulateFuncAndSerialize(
              module_name.empty() ? "unknown_graph" : module_name.str(), func,
              &txt_module)))
        return nullptr;
    
      auto compilation_status_type =
          RankedTensorType::get({}, builder->getType<TF::StringType>());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc

        return;
      }
    
      // Print the module to a string before writing to the file.
      std::string txt_module;
      {
        llvm::raw_string_ostream os(txt_module);
        module.print(os);
      }
    
      status = file_writer->Append(txt_module);
      if (!status.ok()) {
        LOG(WARNING) << "error writing to file '" << prefix
                     << "': " << status.message();
        return;
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/samples/templates/build-src-plugin-java-module-transform/buildSrc/src/main/java/org/gradle/sample/transform/javamodules/ExtraModuleInfoTransform.java

            }
        }
    
        private static byte[] addModuleInfo(ModuleInfo moduleInfo) {
            ClassWriter classWriter = new ClassWriter(0);
            classWriter.visit(Opcodes.V9, Opcodes.ACC_MODULE, "module-info", null, null, null);
            ModuleVisitor moduleVisitor = classWriter.visitModule(moduleInfo.getModuleName(), Opcodes.ACC_OPEN, moduleInfo.getModuleVersion());
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfr/passes/decompose.cc

    }
    
    }  // namespace
    
    // Creates an instance of the pass to decompose the TF ops.
    std::unique_ptr<OperationPass<func::FuncOp>> CreateDecomposeTFOpsPass(
        std::optional<ModuleOp> tfr_module) {
      return std::make_unique<DecomposeTFOpsPass>(tfr_module);
    }
    
    static PassRegistration<DecomposeTFOpsPass> pass([] {
      return CreateDecomposeTFOpsPass();
    });
    
    }  // namespace TFR
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssagen/abi.go

    	} else {
    		// All other imported functions use the normal WASM ABI.
    		// Example:
    		//
    		// 	//go:wasmimport a_module add
    		// 	func importedAdd(a, b uint) uint
    		//
    		// will roughly become
    		//
    		// 	(import "a_module" "add" (func (param i32 i32) (result i32)))
    		abiConfig := AbiForBodylessFuncStackMap(f)
    		abiInfo := abiConfig.ABIAnalyzeFuncType(f.Type())
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 19:57:43 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfr/python/tfr_gen.py

        # This name is not in the namespace because the autograph transformation
        # is not backloaded into Python.
        if name_str == 'ag__':
          return {type(AG_MODULE)}, AG_MODULE
    
        return None, None
    
      def res_value(self, ns, value):
        # resolves the type of the symbol by the metadata in 'value'
        if value is None:
          return {TFRTypes.NONE}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 27 15:27:03 UTC 2022
    - 55.8K bytes
    - Viewed (0)
  9. src/debug/dwarf/const.go

    	TagVariant                Tag = 0x19
    	TagCommonDwarfBlock       Tag = 0x1A
    	TagCommonInclusion        Tag = 0x1B
    	TagInheritance            Tag = 0x1C
    	TagInlinedSubroutine      Tag = 0x1D
    	TagModule                 Tag = 0x1E
    	TagPtrToMemberType        Tag = 0x1F
    	TagSetType                Tag = 0x20
    	TagSubrangeType           Tag = 0x21
    	TagWithStmt               Tag = 0x22
    	TagAccessDeclaration      Tag = 0x23
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

    }
    
    std::string MlirModuleToString(mlir::ModuleOp module,
                                   mlir::OpPrintingFlags flags) {
      std::string txt_module;
      {
        llvm::raw_string_ostream os{txt_module};
        module.print(os, flags);
      }
      return txt_module;
    }
    
    std::string MlirModuleToString(mlir::ModuleOp module, bool show_debug_info) {
      mlir::OpPrintingFlags flags;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top