/external/tensorflow/tensorflow/core/kernels/ |
D | control_flow_ops.h | 31 void Compute(OpKernelContext* context) override {} in Compute() function 42 void Compute(OpKernelContext* context) override; 55 void Compute(OpKernelContext* context) override; 68 void Compute(OpKernelContext* context) override; 81 void Compute(OpKernelContext* context) override; 93 void Compute(OpKernelContext* context) override; 109 void Compute(OpKernelContext* context) override;
|
D | fact_op.cc | 80 void Compute(OpKernelContext* context) override = 0; 83 void Compute(OpKernelContext* context, const char* const facts[], in Compute() function in tensorflow::FactOpKernel 101 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::FactOpKernel1 102 FactOpKernel::Compute(context, kFacts1, kNum1); in Compute() 111 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::FactOpKernel2 112 FactOpKernel::Compute(context, kFacts2, kNum2); in Compute()
|
D | aggregate_ops_cpu.h | 40 Add2EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2); 49 Add3EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3); 59 Add4EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4); 70 Add5EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5); 82 Add6EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6); 95 Add7EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, 108 Add8EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, 121 Add8pEigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, 135 Add9EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, 148 Add2EigenImpl<SYCLDevice, T>::Compute(d, out, in1, in2); [all …]
|
D | aggregate_ops_gpu.cu.cc | 37 Add2EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2); in operator ()() 47 Add3EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3); in operator ()() 58 Add4EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4); in operator ()() 70 Add5EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5); in operator ()() 83 Add6EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6); in operator ()() 97 Add7EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()() 110 Add8EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()() 123 Add8pEigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()() 137 Add9EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()()
|
D | matrix_diag_op.cc | 49 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::MatrixDiagPartOp 75 functor::MatrixDiagPart<Device, T>::Compute( in Compute() 88 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::MatrixDiagOp 111 functor::MatrixDiag<Device, T>::Compute(context->eigen_device<Device>(), in Compute() 146 static void Compute(const CPUDevice& d, in Compute() function 160 static void Compute(const CPUDevice& d, in Compute() function 179 void MatrixDiag<GPUDevice, T>::Compute( \ 184 void MatrixDiagPart<GPUDevice, T>::Compute( \
|
D | summary_kernels.cc | 36 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::CreateSummaryFileWriterOp 66 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::CreateSummaryDbWriterOp 103 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::FlushSummaryWriterOp 117 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::CloseSummaryWriterOp 129 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteSummaryOp 154 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::ImportEventOp 175 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteScalarSummaryOp 198 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteHistogramSummaryOp 227 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteImageSummaryOp 263 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteAudioSummaryOp [all …]
|
D | where_op.cc | 72 static Status Compute(OpKernelContext* ctx, const CPUDevice& d, in Compute() function 92 EIGEN_ALWAYS_INLINE static Status Compute( in Compute() function 128 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::WhereCPUOp 146 Status s = functor::NumTrue<CPUDevice, T, int64>::Compute( in Compute() 162 Status s = functor::Where<CPUDevice, NDIM, T, int64>::Compute( \ in Compute() 210 Status NumTrue<GPUDevice, T, Tindex>::Compute( \ 227 Status Where<GPUDevice, Dims, T, Tindex>::Compute( \ 286 Status s = functor::NumTrue<GPUDevice, T, Tindex>::Compute( in ComputeAsyncType() 325 Status s = functor::Where<GPUDevice, NDIM, T, Tindex>::Compute( \ in ComputeAsyncType()
|
D | save_op.cc | 33 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::SaveOp 44 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::SaveSlicesOp 55 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::ShardedFilenameOp 78 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::ShardedFilespecOp
|
D | resource_variable_ops.h | 25 void Compute(OpKernelContext* ctx) override; 34 void Compute(OpKernelContext* ctx) override; 44 void Compute(OpKernelContext* ctx) override;
|
D | mfcc.cc | 47 void Mfcc::Compute(const std::vector<double>& spectrogram_frame, in Compute() function in tensorflow::Mfcc 54 mel_filterbank_.Compute(spectrogram_frame, &working); in Compute() 62 dct_.Compute(working, output); in Compute()
|
D | searchsorted_op.cc | 35 static Status Compute(OpKernelContext* context, in Compute() function 58 static Status Compute(OpKernelContext* context, in Compute() function 85 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::UpperBoundOp 115 ctx, functor::UpperBoundFunctor<Device, T, OutType>::Compute( in Compute() 126 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::LowerBoundOp 156 ctx, functor::LowerBoundFunctor<Device, T, OutType>::Compute( in Compute()
|
D | mfcc_mel_filterbank_test.cc | 42 filterbank.Compute(input, &output); in TEST() 73 filterbank.Compute(input, &output); in TEST() 82 filterbank.Compute(input, &output); in TEST()
|
D | conditional_accumulator_base_op.h | 58 void Compute(OpKernelContext* ctx) override { in Compute() function 153 void Compute(OpKernelContext* ctx) final { in Compute() function 156 Compute(ctx, accumulator); in Compute() 161 virtual void Compute(OpKernelContext* ctx, 180 void Compute(OpKernelContext* ctx, in Compute() function
|
D | aggregate_ops.h | 36 static void Compute(const Device& d, typename TTypes<T>::Flat out, in Compute() function 53 static void Compute(const Device& d, typename TTypes<T>::Flat out, in Compute() function 72 static void Compute(const Device& d, typename TTypes<T>::Flat out, in Compute() function 93 static void Compute(const Device& d, typename TTypes<T>::Flat out, in Compute() function 116 static void Compute(const Device& d, typename TTypes<T>::Flat out, in Compute() function 141 static void Compute(const Device& d, typename TTypes<T>::Flat out, in Compute() function 165 static void Compute( in Compute() function 189 static void Compute( in Compute() function 212 static void Compute( in Compute() function
|
/external/toolchain-utils/cros_utils/ |
D | tabulator_test.py | 22 result.Compute(cell, table[2], table[1]) 28 result.Compute(cell, table[2], table[1]) 36 smr.Compute(cell, values, None) 39 smr.Compute(cell, values, None) 47 sf.Compute(cell) 50 sf.Compute(cell) 53 sf.Compute(cell)
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | iterator_ops.h | 40 void Compute(OpKernelContext* context) override LOCKS_EXCLUDED(mu_); 86 void Compute(OpKernelContext* context) override; 105 void Compute(OpKernelContext* ctx) override; 142 void Compute(OpKernelContext* ctx) override; 150 void Compute(OpKernelContext* ctx) override; 157 void Compute(OpKernelContext* ctx) override;
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 135 | 6 [ 177.902067] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01… 22 [ 179.076171] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01…
|
D | 115 | 10 [ 76.661710] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01… 31 [ 76.940499] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01…
|
D | 228 | 9 [ 177.014155] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01… 58 [ 177.214312] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01… 102 Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
|
D | 120 | 9 [ 80.262197] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01… 28 [ 80.272175] Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01…
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | mfcc.cc | 46 void Mfcc::Compute(const std::vector<double>& spectrogram_frame, in Compute() function in tflite::internal::Mfcc 53 mel_filterbank_.Compute(spectrogram_frame, &working); in Compute() 61 dct_.Compute(working, output); in Compute()
|
/external/tensorflow/tensorflow/core/kernels/tensor_forest/ |
D | resource_ops.cc | 30 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::TensorForestCreateTreeVariableOp 57 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::TensorForestTreeSerializeOp 76 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::TensorForestTreeDeserializeOp 104 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::TensorForestTreeSizeOp
|
/external/tensorflow/tensorflow/core/framework/ |
D | reader_op_kernel.h | 50 void Compute(OpKernelContext* context) override { in Compute() function 52 ResourceOpKernel<ReaderInterface>::Compute(context); in Compute() 61 ResourceOpKernel<ReaderInterface>::Compute(context); in Compute()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | model_ops.cc | 37 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::boosted_trees::CreateTreeEnsembleVariableOp 71 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::boosted_trees::TreeEnsembleStampTokenOp 90 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::boosted_trees::TreeEnsembleSerializeOp 114 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::boosted_trees::TreeEnsembleDeserializeOp 148 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::boosted_trees::TreeEnsembleUsedHandlersOp
|
/external/swiftshader/third_party/LLVM/lib/Target/PTX/ |
D | PTX.td | 65 "Use Compute Compatibility 1.0">; 68 "Use Compute Compatibility 1.1">; 71 "Use Compute Compatibility 1.2">; 74 "Use Compute Compatibility 1.3">; 77 "Use Compute Compatibility 2.0",
|