Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TestRandom (0.09 sec)

  1. tensorflow/compiler/mlir/tfr/define_op_template.py

    flags.DEFINE_bool('gen_register_op', True,
                      'Generate register op cc file or tfr mlir file.')
    
    flags.mark_flag_as_required('output')
    
    
    @Composite('TestRandom', derived_attrs=['T: numbertype'], outputs=['o: T'])
    def _composite_random_op():
      pass
    
    
    def main(_):
      if FLAGS.gen_register_op:
        assert FLAGS.output.endswith('.cc')
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  2. tests/integration/pilot/ingress_test.go

    					prefixPath: "/prefix/test",
    				},
    				{
    					// Prefix /prefix/test should NOT match /prefix/testrandom
    					name: "http-prefix-should-not-match-path-continuation",
    					call: echo.CallOptions{
    						Port: echo.Port{
    							Protocol: protocol.HTTP,
    						},
    						HTTP: echo.HTTP{
    							Path:    "/prefix/testrandom/",
    							Headers: headers.New().WithHost("server").Build(),
    						},
    						Check: failureChecker,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 22:12:34 UTC 2024
    - 19.5K bytes
    - Viewed (0)
Back to top