Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 238 for movbe (0.22 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.cc

                          ConvertTFDialectOpToNodeDef(
                              inst, name, /*ignore_unregistered_attrs=*/false));
      UseOriginalFunctionNames(*node_def);
    
      TF_ASSIGN_OR_RETURN(Node * node, graph_->AddNode(std::move(*node_def)));
      DCHECK(node != nullptr);
      nodes_[inst] = node;
      return absl::OkStatus();
    }
    
    bool IsEntryFunctionArg(BlockArgument arg) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/aot/codegen.cc

          std::move(embedded_protobufs.cpp_shims[0].expression);
      metadata_result->hlo_profile_printer_data_access_shim =
          std::move(embedded_protobufs.cpp_shims[1].expression);
      metadata_result->header_variable_decls.emplace_back(
          std::move(embedded_protobufs.cpp_shims[0].variable_decl));
      metadata_result->header_variable_decls.emplace_back(
          std::move(embedded_protobufs.cpp_shims[1].variable_decl));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 01:20:01 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/internal/passes/xla_broadcast.cc

              devices.device_names(), num_replicas, num_cores_per_replica,
              topology_attr.getValue(), status_or_device_coodinates.value());
      return success();
    }
    
    // Move a broadcast into the XLA cluster, converting it to an XlaAllReduce. This
    // skips if the element type is not known to be valid for XlaAllReduce.
    LogicalResult MoveBroadcastToCluster(OpBuilder& builder,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 18:52:07 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  4. src/go/doc/reader.go

    			// the AST is incomplete), or we have a dot-import (and all bets are off):
    			// move any associated values, funcs, and methods back to the top-level so
    			// that they are not lost.
    			// 1) move values
    			r.values = append(r.values, t.values...)
    			// 2) move factory functions
    			for name, f := range t.funcs {
    				// in a correct AST, package-level function names
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  5. src/runtime/syscall_windows.go

    	abiMap abiDesc
    }
    
    // abiPartKind is the action an abiPart should take.
    type abiPartKind int
    
    const (
    	abiPartBad   abiPartKind = iota
    	abiPartStack             // Move a value from memory to the stack.
    	abiPartReg               // Move a value from memory to a register.
    )
    
    // abiPart encodes a step in translating between calling ABIs.
    type abiPart struct {
    	kind           abiPartKind
    	srcStackOffset uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  6. src/cmd/go/internal/clean/clean.go

    	if runtime.GOOS == "windows" {
    		// Remove lingering ~ file from last attempt.
    		if _, err2 := os.Stat(f + "~"); err2 == nil {
    			os.Remove(f + "~")
    		}
    		// Try to move it out of the way. If the move fails,
    		// which is likely, we'll try again the
    		// next time we do an install of this binary.
    		if err2 := os.Rename(f, f+"~"); err2 == nil {
    			os.Remove(f + "~")
    			return
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/xla_platform_info.cc

        DeviceType compilation_device_type, xla::LocalClient* local_client) {
      return new XlaDeviceCompiler(
          std::make_unique<XlaDeviceExecutablePersistor>(
              std::move(persistor_config), compilation_device_type),
          std::make_unique<XlaDeviceCompilerClient>(local_client));
    }
    
    PjRtDeviceCompiler* CreatePjRtDeviceCompiler(DeviceType compilation_device_type,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  8. src/runtime/sys_linux_ppc64x.s

    	// so don't bother saving g.
    	// When using cgo, we already saved g on TLS, also don't save
    	// g here.
    	// Also don't save g if we are already on the signal stack.
    	// We won't get a nested signal.
    	MOVBZ	runtime·iscgo(SB), R22
    	CMP	R22, $0
    	BNE	nosaveg
    	MOVD	m_gsignal(R21), R22	// g.m.gsignal
    	CMP	R22, $0
    	BEQ	nosaveg
    
    	CMP	g, R22
    	BEQ	nosaveg
    	MOVD	(g_stack+stack_lo)(R22), R22 // g.m.gsignal.stack.lo
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:17:17 UTC 2024
    - 18.1K bytes
    - Viewed (0)
  9. platforms/software/publish/src/main/java/org/gradle/api/publish/internal/metadata/ModuleMetadataSpecBuilder.java

            this.checker = checker;
            this.dependencyCoordinateResolverFactory = dependencyCoordinateResolverFactory;
            // Collect a map from component to coordinates. This might be better to move to the component or some publications model
            collectCoordinates(componentCoordinates);
        }
    
        public Provider<ModuleMetadataSpec> build() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:07:04 UTC 2024
    - 23K bytes
    - Viewed (0)
  10. pkg/scheduler/eventhandlers.go

    			// again. So we need to move pods to active queue on PV add for this
    			// scenario.
    			//
    			// PvUpdate: Scheduler.bindVolumesWorker may fail to update assumed pod volume
    			// bindings due to conflicts if PVs are updated by PV controller or other
    			// parties, then scheduler will add pod back to unschedulable queue. We
    			// need to move pods to active queue on PV update for this scenario.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 21:21:04 UTC 2024
    - 24K bytes
    - Viewed (0)
Back to top