/external/tensorflow/tensorflow/go/ |
D | signature_test.go | 35 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/ |
D | bfloat16.cc | 584 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/ |
D | api_def_DenseCountSparseOutput.pbtxt | 38 Dtype of the input values tensor. 62 Dtype of the output values tensor.
|
D | api_def_RaggedCountSparseOutput.pbtxt | 44 Dtype of the input values tensor. 68 Dtype of the output values tensor.
|
D | api_def_SparseCountSparseOutput.pbtxt | 50 Dtype of the input values tensor. 74 Dtype of the output values tensor.
|
D | api_def_IsotonicRegression.pbtxt | 22 attr { name: "output_dtype" description: "Dtype of output." }
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cublasLt_11_0.inc | 311 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/ |
D | SuperLUSupport.h | 161 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/ |
D | ThreadSafetyTIL.h | 1002 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/ |
D | ThreadSafetyTIL.h | 1002 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/ |
D | dequantize_op_test.cc | 304 ops::Dequantize::Attrs().Dtype(DT_BFLOAT16)); in BM_DequantizeBfloat16MinCombinedCpu()
|