Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for in_arg (0.19 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/html/entity.go

    		"imath;":                           '\U00000131',
    		"imof;":                            '\U000022B7',
    		"imped;":                           '\U000001B5',
    		"in;":                              '\U00002208',
    		"incare;":                          '\U00002105',
    		"infin;":                           '\U0000221E',
    		"infintie;":                        '\U000029DD',
    		"inodot;":                          '\U00000131',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  6. 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)
  7. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    aside to the one hand or to the other. And as the Knives still approach'd one another the Shadow grew broader, and the streams shorter at their inward ends which were next the Shadow, until upon the contact of the Knives the whole Light vanish'd, leaving its place to the Shadow. And hence I gather that the Light which is least bent, and goes to the inward ends of the streams, passes by the edges of the Knives at the greatest distance, and this distance when the Shadow begins to appear between the...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top