Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 44 of 44 for Tableid (0.27 sec)

  1. src/internal/trace/internal/oldtrace/parser.go

    	EvGoUnblockLocal:    {"GoUnblockLocal", 7, true, []string{"g"}, nil},
    	EvGoSysExitLocal:    {"GoSysExitLocal", 7, false, []string{"g", "ts"}, nil},
    	EvGoStartLabel:      {"GoStartLabel", 8, false, []string{"g", "seq", "labelid"}, []string{"label"}},
    	EvGoBlockGC:         {"GoBlockGC", 8, true, []string{}, nil},
    	EvGCMarkAssistStart: {"GCMarkAssistStart", 9, true, []string{}, nil},
    	EvGCMarkAssistDone:  {"GCMarkAssistDone", 9, false, []string{}, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

    struct HashtableOptionsBuilder {
      typedef HashtableOptions Table;
      ::flatbuffers::FlatBufferBuilder &fbb_;
      ::flatbuffers::uoffset_t start_;
      void add_table_id(int32_t table_id) {
        fbb_.AddElement<int32_t>(HashtableOptions::VT_TABLE_ID, table_id, 0);
      }
      void add_key_dtype(tflite::TensorType key_dtype) {
        fbb_.AddElement<int8_t>(HashtableOptions::VT_KEY_DTYPE, static_cast<int8_t>(key_dtype), 0);
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/side-effect-analysis-test.mlir

            // expected-remark@above {{ID: 0}}
            // expected-remark@above {{Successors: {3}}}
            "tf.LoadTPUEmbeddingAdagradParameters"(%arg1, %arg2) {config = "", num_shards = 1 : i64, shard_id = 0 : i64, table_id = -1 : i64, table_name = "table1"} : (tensor<8xf32>, tensor<8xf32>) -> ()
            // expected-remark@above {{ID: 1}}
            // expected-remark@above {{Successors: {3}}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 129.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    Before using the table you will have to initialize it.  After initialization the
    table will be immutable.
      }];
    
      let arguments = (ins
        I32Attr:$table_id,
        TypeAttr:$key_dtype,
        TypeAttr:$value_dtype
      );
    
      let results = (outs TFL_ResourceTensor:$out);
    
      let hasOptions = 1;
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top