Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for iovecs (0.08 sec)

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

          const std::vector<std::pair<std::string, TensorInfo>>& outputs,
          const std::vector<std::string> control_outputs,
          std::unordered_map<std::string, std::string>& tf_name_to_mlir_name);
    
      // Moves the functions in `sub_module` to `module_` and skips the duplicate
      // functions.
      Status MoveConvertedFunctionsToModule(
          absl::string_view name, mlir::ModuleOp sub_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. src/cmd/internal/obj/s390x/asmz.go

    			zRSY(op_CSG, uint32(p.From.Reg), uint32(p.Reg), uint32(p.To.Reg), uint32(v), asm)
    		}
    
    	case 80: // sync
    		zRR(op_BCR, 14, 0, asm) // fast-BCR-serialization
    
    	case 81: // float to fixed and fixed to float moves (no conversion)
    		switch p.As {
    		case ALDGR:
    			zRRE(op_LDGR, uint32(p.To.Reg), uint32(p.From.Reg), asm)
    		case ALGDR:
    			zRRE(op_LGDR, uint32(p.To.Reg), uint32(p.From.Reg), asm)
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top