Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for in_arg (0.13 sec)

  1. pkg/scheduler/framework/runtime/framework_test.go

    	}),
    }
    
    func newScoreWithNormalizePlugin1(_ context.Context, injArgs runtime.Object, f framework.Handle) (framework.Plugin, error) {
    	var inj injectedResult
    	if err := DecodeInto(injArgs, &inj); err != nil {
    		return nil, err
    	}
    	return &TestScoreWithNormalizePlugin{scoreWithNormalizePlugin1, inj}, nil
    }
    
    func newScoreWithNormalizePlugin2(_ context.Context, injArgs runtime.Object, f framework.Handle) (framework.Plugin, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  2. tensorflow/c/c_api.cc

                .NewSubScope(child_scope_name);
    
        if (dx != nullptr) {
          std::vector<tensorflow::Output> dx_arg = OutputsFromTFOutputs(dx, ny);
          status->status =
              AddSymbolicGradients(scope, y_arg, x_arg, dx_arg, &dy_arg);
        } else {
          status->status = AddSymbolicGradients(scope, y_arg, x_arg, &dy_arg);
        }
    
        // Update g->name_map with the name_map from the scope, which will contain
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 15 03:35:10 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

          arg_attrs[i].set("tf.device", builder_.getStringAttr(
                                            arg_node.node->requested_device()));
    
        if (arg_node.node->IsArg()) {
          TF_RETURN_IF_ERROR(
              set_attributes_on_func(arg_node.node, i, /*is_arg=*/true));
        }
    
        island->dropAllReferences();
        island->erase();
      }
    
      llvm::SmallVector<mlir::Value, 8> inst_to_return;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&imath;":                           "\u0131",
    	"&imof;":                            "\u22b7",
    	"&imped;":                           "\u01b5",
    	"&in;":                              "\u2208",
    	"&incare;":                          "\u2105",
    	"&infin;":                           "\u221e",
    	"&infintie;":                        "\u29dd",
    	"&inodot;":                          "\u0131",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/windows/types_windows.go

    	UsageIdentifier        *byte
    	KeySpec                uint32
    	AcquirePrivateKeyFlags uint32
    	IssuerCount            uint32
    	Issuer                 Pointer
    	FindCallback           Pointer
    	FindArg                Pointer
    	IssuerChainIndex       *uint32
    	IssuerElementIndex     *uint32
    }
    
    type WinTrustData struct {
    	Size                            uint32
    	PolicyCallbackData              uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 104.1K bytes
    - Viewed (0)
Back to top