Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for lrs (0.03 sec)

  1. releasenotes/notes/lrs.yaml

    apiVersion: release-notes/v2
    kind: feature
    area: telemetry
    issues:
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 18 20:30:09 UTC 2023
    - 209 bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/lrs.proxycfg

    Ingwon Song <******@****.***> 1684441809 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 18 20:30:09 UTC 2023
    - 450 bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/lrs_golden.json

      },
      "layered_runtime": {
          "layers": [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/debuginfo/v1_1.0_224_frozen.wrong_attr.line.part.pbtxt

          }
        }
      }
    }
    node {
      name: "MobilenetV1/Conv2d_0/BatchNorm/gamma/read"
      op: "Identity"
      input: "MobilenetV1/Conv2d_0/BatchNorm/gamma"
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 27 18:59:05 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/debuginfo/v1_1.0_224_frozen.wrong_attr.stack.part.pbtxt

          }
        }
      }
    }
    node {
      name: "MobilenetV1/Conv2d_0/BatchNorm/gamma/read"
      op: "Identity"
      input: "MobilenetV1/Conv2d_0/BatchNorm/gamma"
      attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 27 18:59:05 UTC 2023
    - 16.4K bytes
    - Viewed (0)
  6. pkg/bootstrap/instance_test.go

    				regexps:  "http.[0-9]*\\.[0-9]*\\.[0-9]*\\.[0-9]*_8080.downstream_rq_time",
    			},
    		},
    		{
    			base: "tracing_tls",
    		},
    		{
    			base: "tracing_tls_custom_sni",
    		},
    		{
    			base:             "lrs",
    			compliancePolicy: "fips-140-2",
    			envVars: map[string]string{
    				"ISTIO_META_LOAD_STATS_CONFIG_JSON": `{"api_type": "GRPC", "transport_api_version": "V3"}`,
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  7. pkg/bootstrap/config.go

    		}
    	}
    
    	proxyOpts, err := getProxyConfigOptions(cfg.Metadata)
    	if err != nil {
    		return nil, err
    	}
    	opts = append(opts, proxyOpts...)
    
    	// Append LRS related options.
    	opts = append(opts, option.LoadStatsConfigJSONStr(cfg.Node))
    
    	// TODO: allow reading a file with additional metadata (for example if created with
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
Back to top