Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 88 for taco (0.07 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. tensorflow/compiler/mlir/lite/python/converter_python_api.cc

    #include "tensorflow/lite/schema/schema_generated.h"
    #include "tensorflow/lite/toco/logging/conversion_log_util.h"
    #include "tensorflow/lite/toco/logging/toco_conversion_log.pb.h"
    #include "tensorflow/lite/toco/model.h"
    #include "tensorflow/lite/toco/model_flags.pb.h"
    #include "tensorflow/lite/toco/toco_convert.h"
    #include "tensorflow/lite/toco/toco_flags.pb.h"
    #include "tensorflow/lite/toco/toco_graphviz_dump_options.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 19.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.h

    #include "tensorflow/core/public/session.h"
    #include "tensorflow/lite/toco/model_flags.pb.h"
    #include "tensorflow/lite/toco/toco_flags.pb.h"
    #include "tensorflow/lite/toco/types.pb.h"
    #include "tsl/platform/statusor.h"
    
    namespace tensorflow {
    namespace internal {
    
    // Register all custom ops including user specified custom ops.
    Status RegisterAllCustomOps(const toco::TocoFlags& toco_flags);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/flatbuffer_export.h

    #include <unordered_set>
    
    #include "mlir/Dialect/Func/IR/FuncOps.h"  // from @llvm-project
    #include "mlir/IR/BuiltinOps.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/op_or_arg_name_mapper.h"
    #include "tensorflow/lite/toco/toco_flags.pb.h"
    
    namespace tflite {
    // Options for exporting to Flatbuffer.
    struct FlatbufferExportOptions {
      // TocoFlags proto. The following fields are migrated.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 09 02:51:43 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/python/tf_tfl_flatbuffer_helpers.cc

          return DT_UINT32;
        case toco::IODataType::INT64:
          return DT_INT64;
        case toco::IODataType::UINT8:
          return DT_UINT8;
        case toco::IODataType::UINT64:
          return DT_UINT64;
        case toco::IODataType::STRING:
          return DT_STRING;
        case toco::IODataType::BOOL:
          return DT_BOOL;
        case toco::IODataType::COMPLEX64:
          return DT_COMPLEX64;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 17.3K bytes
    - Viewed (0)
Back to top