Home
last modified time | relevance | path

Searched refs:Compute (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/external/tensorflow/tensorflow/core/kernels/
Dcontrol_flow_ops.h31 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;
Dfact_op.cc80 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()
Daggregate_ops_cpu.h40 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 …]
Daggregate_ops_gpu.cu.cc37 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 ()()
Dmatrix_diag_op.cc49 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( \
Dsummary_kernels.cc36 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 …]
Dwhere_op.cc72 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()
Dsave_op.cc33 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
Dresource_variable_ops.h25 void Compute(OpKernelContext* ctx) override;
34 void Compute(OpKernelContext* ctx) override;
44 void Compute(OpKernelContext* ctx) override;
Dmfcc.cc47 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()
Dsearchsorted_op.cc35 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()
Dmfcc_mel_filterbank_test.cc42 filterbank.Compute(input, &output); in TEST()
73 filterbank.Compute(input, &output); in TEST()
82 filterbank.Compute(input, &output); in TEST()
Dconditional_accumulator_base_op.h58 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
Daggregate_ops.h36 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/
Dtabulator_test.py22 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/
Diterator_ops.h40 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/
D1356 [ 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…
D11510 [ 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…
D2289 [ 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
D1209 [ 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/
Dmfcc.cc46 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/
Dresource_ops.cc30 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/
Dreader_op_kernel.h50 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/
Dmodel_ops.cc37 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/
DPTX.td65 "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",

12345678910>>...37