Home
last modified time | relevance | path

Searched refs:InternalType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc40 template <typename InternalType>
47 virtual InternalType Feature(int64 batch, int64 n,
54 template <typename InternalType>
55 class SparseTensorColumn : public ColumnInterface<InternalType> {
69 InternalType Feature(int64 batch, int64 n, bool strong_hash) const override;
80 template <typename InternalType>
81 class KeyedSparseTensorColumn : public ColumnInterface<InternalType> {
98 InternalType Feature(int64 batch, int64 n, bool strong_hash) const override;
172 template <typename InternalType>
173 class DenseTensorColumn : public ColumnInterface<InternalType> {
[all …]
/external/webrtc/api/
Dstats_types.h352 union InternalType { union
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp386 enum InternalType : uintptr_t enum
401 inline InternalType asInternalType(Type *type) in asInternalType()
403 InternalType t = static_cast<InternalType>(reinterpret_cast<uintptr_t>(type)); in asInternalType()
425 Type *T(InternalType t) in T()