Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Class2 (0.12 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor_internal.h

    // This file implements core stream executor base classes in terms of
    // the C API defined in stream_executor.h. A class "CSomething" represents a
    // "Something" that can be manipulated via calls in the C interface.
    class CPlatform : public Platform {
     public:
      explicit CPlatform(SP_Platform platform,
                         void (*destroy_platform)(SP_Platform*),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. pilot/pkg/model/telemetry_logging_test.go

    				Providers: []*tpb.ProviderRef{
    					{
    						Name: "envoy-json",
    					},
    				},
    			},
    		},
    	}
    	tests := []struct {
    		name             string
    		cfgs             []config.Config
    		class            networking.ListenerClass
    		proxy            *Proxy
    		defaultProviders []string
    		want             []string
    	}{
    		{
    			"empty",
    			nil,
    			networking.ListenerClassSidecarOutbound,
    			sidecar,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top