-
Hi,
I want to extend the functionality to read/write the remaining basic Datatypes (S5TIME,TIME,CHAR,DATE,TOD). In which places of the src-code do i have to do changes?
Need some hints!!
Thanks
-
According to the [docs](https://github.com/buildingSMART/IDS/blob/development/Documentation/facet-configurations.md#properties), `dataType` is a required field when specifying a `value`.
The implic…
-
### Describe the bug
The latest Oracle DB release as of 7/22/24 - DB23AI - Supports native "BOOLEAN" types, whereas the type used to be captured by a SMALLINT. As a result, the documentation and beha…
CoxT9 updated
3 months ago
-
See warnings below:
\plugin\HostProject\Plugins\MetasoundBranches\Source\MetasoundBranches\Private\MetasoundSahNode.cpp(118): warning C4996: 'Metasound::FCreateOperatorParams': Update APIs to use F…
-
We need to implement the "simple data types" defined by NIST Metaschema in lutaml-model:
The simple data types are provided here:
* https://github.com/usnistgov/metaschema/blob/develop/schema/xml/…
-
strides are in bytes, but per element strides are convenient when adapting to many apis.
caveat: its possible that byte-strides may not be element aligned -- also figure out how to identify this ca…
-
It would be helpful to be able to specify data types on property values and be able to enforce them, and query for them (also see issue #62).
-
### Describe the bug
使用GPU,其他模型都是正常的。
using (PaddleDetector detector = new PaddleDetector(modelDir, Path.Combine(modelDir, "infer_cfg.yml"), PaddleDevice.Gpu()))
tinypose_128x96模型,报错:
Unexpected d…
-
Also 2115 for example has the flag centrallyManaged as part of the hostCompanyType, but for other use cases than LSR, this is no applicable.
Workaround for now: Always send value 0 in other message…
-
We have an encoder based model, and we have currently deployed in FP16 mode in production and we want to reduce the latecny further.
Does triton support FP8 ? In the datatypes documentation here: …