Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for states (0.36 sec)

  1. src/net/http/transport_test.go

    			resp, err := c.Do(req)
    			if err != nil {
    				return fmt.Errorf("Do %d: %v", i, err)
    			} else {
    				resp.Body.Close()
    				if resp.StatusCode != 400 {
    					t.Errorf("Expected status code 400, got %v", resp.Status)
    				}
    			}
    		}
    		return nil
    	})
    }
    
    func TestTransportAutomaticHTTP2(t *testing.T) {
    	testTransportAutoHTTP(t, &Transport{}, true)
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

               "Maximum shape inference iterations">,
        Option<"input_arg_shapes_", "input-arg-shapes", "std::string", /*default=*/"",
               "Input tensor shapes. Shapes for different tensors are separated by ':', and dimension sizes for the same tensor are separated by ','">,
      ];
    }
    
    def StripNoinlineAttributePass : Pass<"tf-strip-noinline-attribute", "ModuleOp"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
Back to top