Home
last modified time | relevance | path

Searched refs:Dtype (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/go/
Dsignature_test.go35 Dtype: typb.DataType_DT_INT8,
48 Dtype: typb.DataType_DT_FLOAT,
63 Dtype: typb.DataType_DT_STRING,
76 Dtype: typb.DataType_DT_BOOL,
147 Dtype: typb.DataType_DT_INT8,
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16.cc584 static int Dtype() { return npy_bfloat16; } in Dtype() function
590 static int Dtype() { return NPY_UINT8; } in Dtype() function
596 static int Dtype() { return NPY_UINT16; } in Dtype() function
605 static int Dtype() { return NPY_UINT; } in Dtype() function
611 static int Dtype() { return NPY_ULONG; } in Dtype() function
617 static int Dtype() { return NPY_ULONGLONG; } in Dtype() function
623 static int Dtype() { return NPY_INT8; } in Dtype() function
629 static int Dtype() { return NPY_INT16; } in Dtype() function
635 static int Dtype() { return NPY_INT; } in Dtype() function
641 static int Dtype() { return NPY_LONG; } in Dtype() function
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DenseCountSparseOutput.pbtxt38 Dtype of the input values tensor.
62 Dtype of the output values tensor.
Dapi_def_RaggedCountSparseOutput.pbtxt44 Dtype of the input values tensor.
68 Dtype of the output values tensor.
Dapi_def_SparseCountSparseOutput.pbtxt50 Dtype of the input values tensor.
74 Dtype of the output values tensor.
Dapi_def_IsotonicRegression.pbtxt22 attr { name: "output_dtype" description: "Dtype of output." }
/external/tensorflow/tensorflow/stream_executor/cuda/
DcublasLt_11_0.inc311 cudaDataType_t Ctype, cudaDataType_t Dtype, int requestedAlgoCount,
319 Dtype, requestedAlgoCount, algoIdsArray, returnAlgoCount);
325 cudaDataType_t Ctype, cudaDataType_t Dtype, int algoId,
334 Dtype, algoId, algo);
/external/eigen/Eigen/src/SuperLUSupport/
DSuperLUSupport.h161 Dtype = SLU_S; in setScalarType()
163 Dtype = SLU_D; in setScalarType()
165 Dtype = SLU_C; in setScalarType()
167 Dtype = SLU_Z; in setScalarType()
/external/llvm-project/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; } in Alloc()
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); } in Alloc()
1009 SExpr *dataType() { return Dtype; } in dataType()
1010 const SExpr *dataType() const { return Dtype; } in dataType()
1014 auto Nd = Vs.traverse(Dtype, Vs.declCtx(Ctx)); in traverse()
1027 SExpr* Dtype;
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTIL.h1002 Alloc(SExpr *D, AllocKind K) : SExpr(COP_Alloc), Dtype(D) { Flags = K; } in Alloc()
1003 Alloc(const Alloc &A, SExpr *Dt) : SExpr(A), Dtype(Dt) { Flags = A.kind(); } in Alloc()
1007 SExpr *dataType() { return Dtype; } in dataType()
1008 const SExpr *dataType() const { return Dtype; } in dataType()
1012 auto Nd = Vs.traverse(Dtype, Vs.declCtx(Ctx)); in traverse()
1025 SExpr* Dtype;
/external/tensorflow/tensorflow/core/kernels/
Ddequantize_op_test.cc304 ops::Dequantize::Attrs().Dtype(DT_BFLOAT16)); in BM_DequantizeBfloat16MinCombinedCpu()