Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 131 for setPos (0.17 sec)

  1. tools/bug-report/pkg/content/content.go

    	out := *p
    	out.Namespace = namespace
    	return &out
    }
    
    func (p *Params) SetIstioNamespace(namespace string) *Params {
    	out := *p
    	out.IstioNamespace = namespace
    	return &out
    }
    
    func (p *Params) SetPod(pod string) *Params {
    	out := *p
    	out.Pod = pod
    	return &out
    }
    
    func (p *Params) SetContainer(container string) *Params {
    	out := *p
    	out.Container = container
    	return &out
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Dec 05 18:47:53 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/shape_inference.cc

            TensorShapeProto shape_proto;
            context->ShapeHandleToProto(handle, &shape_proto);
            if (!shape_proto.unknown_rank()) {
              NodeDef const_def;
              const_def.set_op("Const");
              Node* var_node;
              TF_RETURN_IF_ERROR(n->input_node(0, &var_node));
              const_def.set_name(
                  graph->NewName(absl::StrCat("var_shape_", var_node->name())));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 13K bytes
    - Viewed (0)
  3. src/cmd/link/internal/arm/asm.go

    		got := ldr.MakeSymbolUpdater(syms.GOTPLT)
    		rel := ldr.MakeSymbolUpdater(syms.RelPLT)
    		if plt.Size() == 0 {
    			panic("plt is not set up")
    		}
    
    		// .got entry
    		ldr.SetGot(s, int32(got.Size()))
    
    		// In theory, all GOT should point to the first PLT entry,
    		// Linux/ARM's dynamic linker will do that for us, but FreeBSD/ARM's
    		// dynamic linker won't, so we'd better do it ourselves.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 23 05:58:20 UTC 2023
    - 22.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

              if (TF::TensorListSetItemOp set_op =
                      llvm::dyn_cast<TF::TensorListSetItemOp>(use.getOwner())) {
                element_shape = rewriter.create<TF::ShapeOp>(
                    op.getLoc(),
                    tensorflow::GetTypeFromTFTensorShape({-1}, shape_dtype),
                    set_op.getItem());
                element_shape_acquired = true;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/translate/export_graphdef.cc

      if (!name.empty())
        node_def->set_name(std::string(ParseTensorName(name.str()).node()));
      else
        node_def->set_name(
            std::string(op_to_name_.GetUniqueName(func.getName().str())));
    
      node_def->set_op(FunctionLibraryDefinition::kArgOp);
    
      mlir::TensorType arg_type = mlir::cast<mlir::TensorType>(arg.getType());
      if (auto resource_type =
              mlir::dyn_cast<mlir::TF::ResourceType>(arg_type.getElementType())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tf2xla/api/v2/tf_executor_to_graph.cc

      if (!name.empty())
        node_def->set_name(std::string(ParseTensorName(name.str()).node()));
      else
        node_def->set_name(
            std::string(op_to_name_.GetUniqueName(func.getName().str())));
    
      node_def->set_op(FunctionLibraryDefinition::kArgOp);
    
      mlir::TensorType arg_type = mlir::cast<mlir::TensorType>(arg.getType());
      if (auto resource_type =
              mlir::dyn_cast<mlir::TF::ResourceType>(arg_type.getElementType())) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 35.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/aenum.go

    	ASBBL
    	ASBBQ
    	ASBBW
    	ASCASB
    	ASCASL
    	ASCASQ
    	ASCASW
    	ASETCC
    	ASETCS
    	ASETEQ
    	ASETGE
    	ASETGT
    	ASETHI
    	ASETLE
    	ASETLS
    	ASETLT
    	ASETMI
    	ASETNE
    	ASETOC
    	ASETOS
    	ASETPC
    	ASETPL
    	ASETPS
    	ASFENCE
    	ASGDT
    	ASHA1MSG1
    	ASHA1MSG2
    	ASHA1NEXTE
    	ASHA1RNDS4
    	ASHA256MSG1
    	ASHA256MSG2
    	ASHA256RNDS2
    	ASHLB
    	ASHLL
    	ASHLQ
    	ASHLW
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 18:32:50 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/node_matchers.cc

      props.set_name(std::move(name));
      return props;
    }
    
    // Matches a node with op `op`.
    impl::NodeMatcherProperties Op(string op) {
      impl::NodeMatcherProperties props;
      props.set_op(std::move(op));
      return props;
    }
    
    // Matches a node with assigned device `assigned_device`.
    impl::NodeMatcherProperties AssignedDevice(string assigned_device) {
      impl::NodeMatcherProperties props;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 03 16:15:20 UTC 2022
    - 16.8K bytes
    - Viewed (0)
  9. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/results/CrossVersionResultsStore.java

                            performanceResults.setChannel(testExecutions.getString(13));
                            performanceResults.setHost(testExecutions.getString(14));
                            performanceResults.setCleanTasks(ResultsStoreHelper.toList(testExecutions.getObject(15)));
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 20K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/resource_operation_safety_analysis_test.cc

      return flib_def;
    }
    
    Node* MakeCall(Graph* graph, const string& callee_name, const string& node_name,
                   Status* status) {
      NodeDef call_node;
      call_node.set_name(node_name);
      call_node.set_op(callee_name);
      return graph->AddNode(call_node, status);
    }
    
    TEST(ResourceOperationSafetyAnalysisTest, CallRead) {
      Scope root = Scope::NewRootScope().ExitOnError();
    
      FunctionDefLibrary flib_def =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 28 16:53:59 UTC 2020
    - 18.7K bytes
    - Viewed (0)
Back to top