Home
last modified time | relevance | path

Searched +refs:protobuf +refs:mode +refs:syntax +refs:table (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/tpu/
Dtpu_embedding_configuration.proto1 syntax = "proto3";
5 import "tensorflow/core/protobuf/tpu/optimization_parameters.proto";
10 // Name of the table.
13 // Size of the vocabulary (i.e., number of rows) in the table.
16 // The embedding dimension (i.e., the width of the embedding table).
19 // Number of features mapped to this table.
36 Mode mode = 2; field
68 // when mode=TRAINING. If mode=INFERENCE or BACKWARD_PASS_ONLY, this parameter
97 // lookup statistics are used during TPU initialization for embedding table
101 // profiled, the lookup statistics are saved to table-specific files in the
[all …]
/external/perfetto/docs/analysis/
Dmetrics.md77 To do this, trace processor is started in *interactive mode* while
169 `CREATE FUNCTION` syntax which is available in other SQL engines (e.g.
191 -- SELECT statement (even if you're not selecting from a table as in this
218 columns. Such functions can be invoked any place where a table or
244 -- table or view.
330 The syntax for templated metric files is essentially a highly simplified version of
331 [Jinja's](https://jinja.palletsprojects.com/en/3.0.x/) syntax.
362 ```protobuf
372 ```protobuf
380 ```protobuf
[all …]
/external/perfetto/
DCHANGELOG86 * Improved error messages on SQL syntax errors.
94 * Enabled Pivot table functionality by default.
110 * Remove the thread_slice table: all columns have moved to the slice table
119 * Enable Pivot table support by default.
170 "@name" syntax in PERFETTO_CONSUMER_SOCK_NAME/PERFETTO_PRODUCER_SOCK_NAME
173 seems to be relying on @abstract syntax across different versions of
224 return a temporary table and yield multiple rows and columns.
240 * Removed `instant` table. All instant events are now 0-duration events in
241 the `slice` table.
436 * Changed protobuf decoders to use less stack and fall back on heap sooner
[all …]
/external/cronet/third_party/protobuf/src/google/protobuf/
Dport_def.inc31 // This file defines common macros that are used in protobuf.
34 // if more than one version of protobuf is #included in the same project) you
148 // Future versions of protobuf will include breaking changes to some APIs.
150 // user code can be updated before upgrading versions of protobuf.
180 #define PROTOBUF_NAMESPACE "google::protobuf"
181 #define PROTOBUF_NAMESPACE_ID google::protobuf
184 namespace protobuf {
186 } /* namespace protobuf */ \
499 // the protobuf.stable-experiments TAP project.
557 // But compilers have trouble mixing __attribute__((...)) syntax with
[all …]
/external/protobuf/src/google/protobuf/
Dport_def.inc31 // This file defines common macros that are used in protobuf.
34 // if more than one version of protobuf is #included in the same project) you
169 // Future versions of protobuf will include breaking changes to some APIs.
171 // user code can be updated before upgrading versions of protobuf.
201 #define PROTOBUF_NAMESPACE "google::protobuf"
202 #define PROTOBUF_NAMESPACE_ID google::protobuf
205 namespace protobuf {
207 } /* namespace protobuf */ \
509 // the protobuf.stable-experiments TAP project.
571 // But compilers have trouble mixing __attribute__((...)) syntax with
[all …]
/external/libabigail/
DNEWS95 RHBZ1944102 - self comparing ABI of protobuf-3.14.0-2.el9 failed
139 Refactor ELF symbol table reading by adding a new symtab reader
149 dwarf reader: drop (now) unused code related to symbol table reading
196 update-test-output.py: Update syntax
253 abidiff: Eliminate leaf mode double blank lines.
268 test24-soname-suppr*txt: Fix suppression syntax.
297 Fix leaf-mode formatting of decl <-> defn diffs.
311 Fix corpus_diff::has_net_changes for --leaf-changes-only mode
468 Fix stray comma in leaf-changes-only mode.
496 Add compatibility layer for C++11 mode
[all …]
DChangeLog197 RHBZ1944102 - self comparing ABI of protobuf-3.14.0-2.el9 failed
820 comparison mode, only compare the value of enumerators, not
1212 mode", if a type coming from the second corpus compares different
1216 loading the first corpus, if the debug self comparison mode is on,
1219 second corpus, if the debug self comparison mode is on, then save
1225 (load_corpus_and_write_abixml): Switch the self debug mode on when
1323 in a mode where we called xmlTextReaderExpand ourselves to get the
1526 dwarf reader: drop (now) unused code related to symbol table reading
1811 Refactor ELF symbol table reading by adding a new symtab reader
2554 * tests/update-test-output.py: Adjust syntax for python3.
[all …]
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto1 syntax = "proto3";
8 import "tensorflow/core/protobuf/cluster.proto";
9 import "tensorflow/core/protobuf/coordination_config.proto";
10 import "tensorflow/core/protobuf/debug.proto";
11 import "tensorflow/core/protobuf/rewriter_config.proto";
17 option go_package = "github.com/tensorflow/tensorflow/tensorflow/go/core/protobuf/for_core_protos_g…
583 // in a hash table, or any other resource, accessible by worker sessions
660 // Enable the MLIR bridge in a fallback mode on a per graph basis based
662 // Running the MLIR bridge in the fallback mode means that it is
/external/perfetto/protos/perfetto/config/
Dperfetto_config.proto10 syntax = "proto2";
445 // prevents the interning table from growing too large and controls whether
447 // is the default). When a data sources interning table reaches this amount,
453 // size of the interning table, and slightly reduces event size.
482 // Instead of emitting binary protobuf, convert the trace data to the legacy
485 // protobuf.
1244 // For full syntax, see kernel documentation on "Event filtering":
1452 // values will be queryable in trace processor under the "stats" table as
1461 // Userspace unwinding mode. A possible future addition is kernel-unwound
2882 // can be used only with the "pass a file descriptor over IPC" mode.
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td3141 graph_debug_mode is FULL_TENSOR (see protobuf/debug_event.proto for a
3610 the output. The 'mode' attribute controls exactly which calculations are
3613 In 'MIN_COMBINED' mode, each value of the tensor will undergo the following:
3631 If the mode is 'MIN_FIRST', then this approach is used:
3642 If the mode is `SCALED`, dequantization is performed by multiplying each
3668 …aultValuedAttr<TF_AnyStrAttrOf<["MIN_COMBINED", "MIN_FIRST", "SCALED"]>, "\"MIN_COMBINED\"">:$mode,
3961 with dim_size() equal to the total number of lookups into the table described by
3985 Arg<TF_StrTensor, [{A string input that overrides the mode specified in the
3987 'training', 'backward_pass_only'}. When set to 'unspecified', the mode set
4271 with dim_size() equal to the total number of lookups into the table described by
[all …]
/external/googletest/docs/
Dadvanced.md158 While `EXPECT_PRED*()` and friends are handy for a quick job, the syntax is not
363 `EXPECT_PRED_FORMAT2` in the above table with `ASSERT_PRED_FORMAT2`.
664 …, matcher);` | `statement` crashes with the given error **in debug mode**. When not in debu…
783 syntax. To learn about this syntax, you may want to read this
820 limited syntax only.
839 consideration to be run - much like the `threadsafe` mode on POSIX.
2478 syntax = "proto3";
2482 import "google/protobuf/timestamp.proto";
2483 import "google/protobuf/duration.proto";
2490 google.protobuf.Timestamp timestamp = 5;
[all …]
/external/cronet/third_party/boringssl/src/third_party/googletest/docs/
Dadvanced.md161 While `EXPECT_PRED*()` and friends are handy for a quick job, the syntax is not
370 `EXPECT_PRED_FORMAT2` in the above table with `ASSERT_PRED_FORMAT2`.
645 …, matcher);` | `statement` crashes with the given error **in debug mode**. When not in debu…
762 syntax. To learn about this syntax, you may want to read this
799 limited syntax only.
818 consideration to be run - much like the `threadsafe` mode on POSIX.
2458 syntax = "proto3";
2462 import "google/protobuf/timestamp.proto";
2463 import "google/protobuf/duration.proto";
2470 google.protobuf.Timestamp timestamp = 5;
[all …]
/external/perfetto/protos/perfetto/trace/
Dperfetto_trace.proto10 syntax = "proto2";
445 // prevents the interning table from growing too large and controls whether
447 // is the default). When a data sources interning table reaches this amount,
453 // size of the interning table, and slightly reduces event size.
482 // Instead of emitting binary protobuf, convert the trace data to the legacy
485 // protobuf.
1244 // For full syntax, see kernel documentation on "Event filtering":
1452 // values will be queryable in trace processor under the "stats" table as
1461 // Userspace unwinding mode. A possible future addition is kernel-unwound
2882 // can be used only with the "pass a file descriptor over IPC" mode.
[all …]
/external/tensorflow/
DRELEASE.md145protobuf` in `setup.py` since `protobuf` after version 3.20 is currently incompatible with TensorF…
149protobuf` in `setup.py` since `protobuf` after version 3.20 is currently incompatible with TensorF…
153protobuf` in `setup.py` since `protobuf` after version 3.20 is currently incompatible with TensorF…
157protobuf` in `setup.py` since `protobuf` after version 3.20 is currently incompatible with TensorF…
267 * Eager mode can now execute each op as a `tf.function`, allowing for more
1205 * Rename fields `SignatureDef` table in schema to maximize the parity with
1286 be one of `OFF` (equivalent to today's `"parallel_epochs"` mode),
1287 `DYNAMIC` (equivalent to today's `"distributed_epoch"` mode), or one of
1396 `tf.lookup.StaticHashTable.__init__` to create the table in anonymous
1397 mode. In this mode, the table resource can only be accessed via resource
[all …]