Home
last modified time | relevance | path

Searched defs:F12 (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dlog_softmax.h43 using F12 = gemmlowp::FixedPoint<int32, kAccumulationIntegerBits>; in LogSoftmax() local
/external/golang-protobuf/internal/testprotos/legacy/
Dlegacy.pb.go45F12 *proto3_20190205_c823c79e.Message `protobuf:"bytes,12,opt,name=f12,proto3" json:"f12,omitempty… member
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlog_softmax.h177 using F12 = gemmlowp::FixedPoint<int32_t, kAccumulationIntegerBits>; in LogSoftmaxQuantized() local
/external/golang-protobuf/internal/testprotos/benchmarks/micro/
Dmicro.pb.go33 F12 *int32 `protobuf:"varint,12,req,name=f12" json:"f12,omitempty"` member
/external/llvm/unittests/Support/
DCasting.cpp131 const foo *F12 = cast_or_null<foo>(B2); in TEST() local
/external/crosvm/cros_async/src/
Dlib.rs538 pub async fn select12< in select12()
/external/pcre/src/sljit/
DsljitNativeRISCV_common.c77 #define F12(f) ((sljit_ins)(f) << 20) macro