Home
last modified time | relevance | path

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

12345678910>>...42

/external/tensorflow/tensorflow/core/kernels/
Dcontrol_flow_ops.h31 void Compute(OpKernelContext* context) override {} in Compute() function
42 void Compute(OpKernelContext* context) override;
57 void Compute(OpKernelContext* context) override;
70 void Compute(OpKernelContext* context) override;
83 void Compute(OpKernelContext* context) override;
96 void Compute(OpKernelContext* context) override;
108 void Compute(OpKernelContext* context) override;
124 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_gpu.cu.cc38 Add2EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2); in operator ()()
48 Add3EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3); in operator ()()
59 Add4EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4); in operator ()()
71 Add5EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5); in operator ()()
84 Add6EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6); in operator ()()
98 Add7EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()()
111 Add8EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()()
124 Add8pEigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()()
138 Add9EigenImpl<GPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6, in operator ()()
Dresource_variable_ops.h27 void Compute(OpKernelContext* ctx) override;
45 void Compute(OpKernelContext* ctx) override;
54 void Compute(OpKernelContext* ctx) override;
64 void Compute(OpKernelContext* ctx) override;
75 void Compute(OpKernelContext* ctx) override { in Compute() function
Daggregate_ops_cpu.h37 Add2EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2);
46 Add3EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3);
56 Add4EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4);
67 Add5EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5);
79 Add6EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6);
92 Add7EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6,
105 Add8EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6,
118 Add8pEigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6,
132 Add9EigenImpl<CPUDevice, T>::Compute(d, out, in1, in2, in3, in4, in5, in6,
Dsummary_kernels.cc38 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::CreateSummaryFileWriterOp
67 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::CreateSummaryDbWriterOp
103 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::FlushSummaryWriterOp
116 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::CloseSummaryWriterOp
128 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteSummaryOp
152 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteRawProtoSummaryOp
188 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::ImportEventOp
208 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteScalarSummaryOp
230 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteHistogramSummaryOp
258 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::WriteImageSummaryOp
[all …]
Dbincount_op.cc40 static Status Compute(OpKernelContext* context, in Compute() function
85 static Status Compute(OpKernelContext* context, in Compute() function
135 static Status Compute(OpKernelContext* context, in Compute() function
175 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::BincountOp
194 functor::BincountFunctor<Device, int32, T, false>::Compute( in Compute()
229 void Compute(OpKernelContext* ctx) override { in Compute() function in tensorflow::DenseBincountOp
251 ctx, functor::BincountFunctor<Device, Tidx, T, true>::Compute( in Compute()
255 ctx, functor::BincountFunctor<Device, Tidx, T, false>::Compute( in Compute()
270 ctx, functor::BincountReduceFunctor<Device, Tidx, T, true>::Compute( in Compute()
275 functor::BincountReduceFunctor<Device, Tidx, T, false>::Compute( in Compute()
[all …]
Dwhere_op.cc76 static Status Compute(OpKernelContext* ctx, const CPUDevice& d, in Compute() function
96 EIGEN_ALWAYS_INLINE static Status Compute( in Compute() function
132 void Compute(OpKernelContext* context) override { in Compute() function in tensorflow::WhereCPUOp
146 Status s = functor::NumTrue<CPUDevice, T, int64>::Compute( in Compute()
161 Status s = functor::Where<CPUDevice, NDIM, T, int64>::Compute( \ in Compute()
212 Status NumTrue<GPUDevice, T, Tindex>::Compute( \
229 Status Where<GPUDevice, Dims, T, Tindex>::Compute( \
291 Status s = functor::NumTrue<GPUDevice, T, Tindex>::Compute( in ComputeAsyncType()
330 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
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()
Dquantize_and_dequantize_op_gpu.cu.cc37 QuantizeAndDequantizeOneScaleImpl<GPUDevice, T>::Compute( in operator ()()
50 QuantizeAndDequantizePerChannelImpl<GPUDevice, T>::Compute( in operator ()()
65 QuantizeAndDequantizeOneScaleGradientImpl<GPUDevice, T>::Compute( in operator ()()
81 QuantizeAndDequantizePerChannelGradientImpl<GPUDevice, T>::Compute( in operator ()()
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()
/external/toolchain-utils/cros_utils/
Dtabulator_test.py27 result.Compute(cell, table[2], table[1])
33 result.Compute(cell, table[2], table[1])
40 result.Compute(cell, table[2], table[1])
47 result.Compute(cell, table[2], table[1])
55 smr.Compute(cell, values, None)
58 smr.Compute(cell, values, None)
66 sf.Compute(cell)
69 sf.Compute(cell)
72 sf.Compute(cell)
96 amr.Compute(cell, values, None)
[all …]
/external/OpenCL-CTS/test_conformance/
Dsubmission_details_template.txt56 # Tested compute device info, fill-in all the below fields for Compute Device, as returned by the c…
58 # Compute Device Type: CL_DEVICE_TYPE_GPU (show enum returned by CL_DEVICE_TY…
59 # Compute Device Name: Brand X 322 PICe GPU, (as returned by CL_DEVICE_NAME)
60 # Compute Device Version: OpenCL 2.0 MyGPU(TM) 1234, (as returned by CL_DEVICE_VERSION)
61 # Compute Device Driver Version: OpenCL 2.0 build: 2.003.05.02 (as returned by CL_DRIVER_VERSION)
62 # Compute Device OpenCL C Version: OpenCL 2.0 MyGPU(TM) 1234 (as returned by CL_DEVICE_OPENCL_C_…
63 Compute Device Type:
64 Compute Device Name:
65 Compute Device Version:
66 Compute Device Driver Version:
[all …]
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_configuration_ops.h47 void Compute(OpKernelContext* ctx) override;
71 void Compute(OpKernelContext* ctx) override;
91 void Compute(OpKernelContext* ctx) override;
114 void Compute(OpKernelContext* ctx) override;
135 void Compute(OpKernelContext* ctx) override;
154 void Compute(OpKernelContext* ctx) override;
Dtpu_compile_op.cc35 void TpuCompileOp::Compute(OpKernelContext* ctx) { impl_->Compute(ctx); } in Compute() function in tensorflow::tpu::TpuCompileOp
44 void TpuCompileMlirOp::Compute(OpKernelContext* ctx) { impl_->Compute(ctx); } in Compute() function in tensorflow::tpu::TpuCompileMlirOp
46 void TpuCompileSucceededAssertOp::Compute(OpKernelContext* ctx) { in Compute() function in tensorflow::tpu::TpuCompileSucceededAssertOp
Dtpu_compile_op.h33 void Compute(OpKernelContext* ctx) override;
49 void Compute(OpKernelContext* ctx) override;
63 void Compute(OpKernelContext* ctx) override;
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.h57 void Compute(OpKernelContext* ctx) override;
93 void Compute(OpKernelContext* ctx) override;
124 void Compute(OpKernelContext* ctx) override;
134 void Compute(OpKernelContext* ctx) override;
/external/webrtc/modules/congestion_controller/pcc/
Dutility_function.h25 virtual double Compute(const PccMonitorInterval& monitor_interval) const = 0;
39 double Compute(const PccMonitorInterval& monitor_interval) const override;
63 double Compute(const PccMonitorInterval& monitor_interval) const override;
/external/XNNPACK/src/f32-vscaleextexp/
Davx512f-p5-scalef.c.in49 // Compute reduced argument elements := round(x / log(2)).
53 // Compute reduced argument t := x - elements * log(2).
61 // Compute degree-5 polynomial approximation for exp(t) on [-log(2)/2, log(2)/2].
105 // Compute reduced argument elements := round(x / log(2)).
108 // Compute reduced argument t := x - elements * log(2).
113 // Compute degree-5 polynomial approximation for exp(t) on [-log(2)/2, log(2)/2].
139 // Compute reduced argument elements := round(x / log(2)).
142 // Compute reduced argument t := x - elements * log(2).
147 // Compute degree-5 polynomial approximation for exp(t) on [-log(2)/2, log(2)/2].
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_ops.h40 void Compute(OpKernelContext* ctx) override;
53 void Compute(OpKernelContext* ctx) override;
63 void Compute(OpKernelContext* ctx) override;
/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/sparse/
Dmul_op.cc45 void Compute(OpKernelContext* ctx) final { in Compute() function in tensorflow::CSRMulOp
86 OP_REQUIRES_OK(ctx, csrmul_scalar.Compute(ctx, *a_matrix, b, &c_matrix)); in Compute()
92 csrmul_batch_vec.Compute(ctx, *a_matrix, b, &c_matrix)); in Compute()
128 Status Compute(OpKernelContext* ctx, const CSRSparseMatrix& a, in Compute() function in tensorflow::functor::CSRSparseMatrixMulScalar
155 Status CSRSparseMatrixBatchMulVec<GPUDevice, T>::Compute( \
/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/XNNPACK/src/f32-vscaleexpminusmax/
Davx512f-p5-scalef.c.in52 // Compute reduced argument elements := round(x / log(2)).
56 // Compute reduced argument t := x - elements * log(2).
64 // Compute degree-5 polynomial approximation for exp(t) on [-log(2)/2, log(2)/2].
104 // Compute reduced argument elements := round(x / log(2)).
107 // Compute reduced argument t := x - elements * log(2).
112 // Compute degree-5 polynomial approximation for exp(t) on [-log(2)/2, log(2)/2].
142 // Compute reduced argument elements := round(x / log(2)).
145 // Compute reduced argument t := x - elements * log(2).
150 // Compute degree-5 polynomial approximation for exp(t) on [-log(2)/2, log(2)/2].

12345678910>>...42