Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 142 for taco (0.06 sec)

  1. src/cmd/vendor/github.com/google/pprof/CONTRIBUTORS

    #
    # Names should be added to this file as:
    #     Name <email address>
    Raul Silvera <******@****.***>
    Tipp Moseley <******@****.***>
    Hyoun Kyu Cho <******@****.***>
    Martin Spier <******@****.***>
    Taco de Wolff <******@****.***>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 15:18:01 UTC 2019
    - 654 bytes
    - Viewed (0)
  2. pkg/kubelet/pod/pod_manager_test.go

    			Annotations: map[string]string{kubetypes.ConfigSourceAnnotationKey: "file"},
    		},
    	}
    
    	expectedPods := []*v1.Pod{
    		{
    			ObjectMeta: metav1.ObjectMeta{
    				UID:         "999999999",
    				Name:        "taco",
    				Namespace:   "default",
    				Annotations: map[string]string{kubetypes.ConfigSourceAnnotationKey: "api"},
    			},
    		},
    		staticPod,
    	}
    	updates := append(expectedPods, mirrorPod)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 12 16:57:27 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/test_schema.fbs

      //   t[:, 1, :, :] will have scale[1]=2.0, zero_point[0]=2
      //   t[:, 2, :, :] will have scale[2]=3.0, zero_point[0]=3
      quantized_dimension:int;
    }
    
    // Sparse tensors.
    // We use a modification of the TACO format.
    // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
    //
    // To encode a conceptual n-dimensional dense tensor with dims (d0, ..., dn-1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 19 19:46:06 UTC 2021
    - 26.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/schema/schema_v3b.fbs

      //   t[:, 1, :, :] will have scale[1]=2.0, zero_point[0]=2
      //   t[:, 2, :, :] will have scale[2]=3.0, zero_point[0]=3
      quantized_dimension:int;
    }
    
    // Sparse tensors.
    // We use a modification of the TACO format.
    // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
    //
    // To encode a conceptual n-dimensional dense tensor with dims (d0, ..., dn-1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 14:28:27 UTC 2024
    - 30K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/schema/schema.fbs

      //   t[:, 1, :, :] will have scale[1]=2.0, zero_point[0]=2
      //   t[:, 2, :, :] will have scale[2]=3.0, zero_point[0]=3
      quantized_dimension:int;
    }
    
    // Sparse tensors.
    // We use a modification of the TACO format.
    // Reference: http://tensor-compiler.org/kjolstad-oopsla17-tensor-compiler.pdf
    //
    // To encode a conceptual n-dimensional dense tensor with dims (d0, ..., dn-1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/rsc.io/markdown/emoji.go

    	"syria":                                "\U0001f1f8\U0001f1fe",
    	"syringe":                              "\U0001f489",
    	"t-rex":                                "\U0001f996",
    	"taco":                                 "\U0001f32e",
    	"tada":                                 "\U0001f389",
    	"taiwan":                               "\U0001f1f9\U0001f1fc",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 107.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/experimental/tac/tac.py

    # limitations under the License.
    # ==============================================================================
    """Target aware conversion for TFLite model."""
    
    from tensorflow.compiler.mlir.lite.experimental.tac.py_wrapper import _pywrap_tac_wrapper
    
    
    def run_tac(model_path, targets, output_path):
      """Run target aware conversion for the given tflite model file.
    
      Args:
        model_path: Path to the tflite model file.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jul 21 01:22:53 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  8. docs/vi/docs/tutorial/first-steps.md

    Bạn sẽ thấy một JSON response như:
    
    ```JSON
    {"message": "Hello World"}
    ```
    
    ### Tài liệu tương tác API
    
    Bây giờ tới <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    Bạn sẽ thấy một tài liệu tương tác API (cung cấp bởi <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">Swagger UI</a>):
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Sep 02 15:44:17 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  9. docs/vi/docs/index.md

    * _Đường dẫn_ `/items/{item_id}`  có một _tham số query string_ `q`, nó là một tham số tùy chọn kiểu `str`.
    
    ### Tài liệu tương tác API
    
    Truy cập <a href="http://127.0.0.1:8000/docs" class="external-link" target="_blank">http://127.0.0.1:8000/docs</a>.
    
    Bạn sẽ thấy tài liệu tương tác API được tạo tự động (cung cấp bởi <a href="https://github.com/swagger-api/swagger-ui" class="external-link" target="_blank">Swagger UI</a>):
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  10. src/test/java/org/codelibs/fess/helper/ViewHelperTest.java

            // file
            assertUrlLink("file:/home/taro/test.txt", //
                    "file://home/taro/test.txt");
            assertUrlLink("file:/home/taro/あ.txt", //
                    "file://home/taro/あ.txt");
            assertUrlLink("file:/home/taro/%E3%81%82.txt", //
                    "file://home/taro/あ.txt");
    
            // smb->file
            assertUrlLink("smb:/home/taro/test.txt", //
                    "file://home/taro/test.txt");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 15.1K bytes
    - Viewed (0)
Back to top