Home
last modified time | relevance | path

Searched refs:DoCompute (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.h219 virtual Status DoCompute(OpKernelContext* ctx) = 0;
231 Status DoCompute(OpKernelContext* ctx) override;
245 Status DoCompute(OpKernelContext* ctx) override;
258 Status DoCompute(OpKernelContext* ctx) override;
270 Status DoCompute(OpKernelContext* ctx) override;
Diterator_ops.cc587 ctx->SetStatus(DoCompute(ctx)); in ComputeAsync()
593 ctx->SetStatus(DoCompute(ctx)); in Compute()
596 Status MakeIteratorOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::MakeIteratorOp
608 Status DeleteIteratorOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::DeleteIteratorOp
629 Status DoCompute(OpKernelContext* ctx) override { in DoCompute() function in tensorflow::data::__anonaa5420280711::ToSingleElementOp
693 Status DoCompute(OpKernelContext* ctx) override { in DoCompute() function in tensorflow::data::__anonaa5420280711::ReduceDatasetOp
967 Status IteratorGetNextOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::IteratorGetNextOp
1005 Status IteratorGetNextAsOptionalOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::IteratorGetNextAsOptionalOp
/external/tensorflow/tensorflow/core/kernels/image/
Dadjust_hue_op.cc51 virtual void DoCompute(OpKernelContext* context,
80 DoCompute(context, options); in Compute()
204 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustHueOp
259 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustHueOp
Dadjust_saturation_op.cc52 virtual void DoCompute(OpKernelContext* context,
81 DoCompute(context, options); in Compute()
183 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustSaturationOp
227 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustSaturationOp
Dadjust_contrast_op.cc184 DoCompute(context, options); in Compute()
188 virtual void DoCompute(OpKernelContext* context,
201 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustContrastOpv2
412 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustContrastOpv2
Dsample_distorted_bounding_box_op.cc257 void DoCompute(OpKernelContext* context, const random::PhiloxRandom& rng) { in DoCompute() function in tensorflow::SampleDistortedBoundingBoxBaseOp
448 this->DoCompute(context, in Compute()
476 this->DoCompute(context, random::PhiloxRandom(counter, key)); in Compute()
/external/tensorflow/tensorflow/core/kernels/
Dinplace_ops.cc229 OP_REQUIRES_OK(ctx, DoCompute(ctx, i, v, &y)); in Compute()
235 virtual Status DoCompute(OpKernelContext* ctx, const Tensor& i,
315 Status DoCompute(OpKernelContext* ctx, const Tensor& i, const Tensor& v, in DoCompute() function in tensorflow::__anon1e727f910211::InplaceOp
330 OP_REQUIRES_OK(ctx, DoCompute(ctx, x, y)); in Compute()
334 virtual Status DoCompute(OpKernelContext* ctx, const Tensor& x,
344 Status DoCompute(OpKernelContext* ctx, const Tensor& x, Tensor* y) override { in DoCompute() function in tensorflow::__anon1e727f910211::CopyOp
Dscatter_op.cc82 DoCompute(c); in Compute()
84 DoCompute(c); in Compute()
91 void DoCompute(OpKernelContext* c) { in DoCompute() function in tensorflow::ScatterUpdateOp
Dmultinomial_op.cc153 void DoCompute(OpKernelContext* ctx, const Tensor& logits_t, in DoCompute() function in tensorflow::__anonde15b2cd0211::MultinomialOp
231 this->DoCompute(ctx, logits_t, num_samples_t, &generator_); in Compute()
300 this->DoCompute(ctx, logits_t, num_samples_t, &generator); in Compute()
Dsdca_ops.cc131 void DoCompute(const ComputeOptions& options, OpKernelContext* const context) { in DoCompute() function
242 DoCompute(options_, context); in Compute()
Dscatter_nd_op.cc258 DoCompute(c); in Compute()
264 DoCompute(c); in Compute()
266 DoCompute(c); in Compute()
274 void DoCompute(OpKernelContext* c) { in DoCompute() function in tensorflow::ScatterNdUpdateOp
Dresource_variable_ops.cc858 DoCompute(c); in Compute()
862 DoCompute(c); in Compute()
869 void DoCompute(OpKernelContext* c) { in DoCompute() function in tensorflow::ResourceScatterUpdateOp
Dtraining_ops.cc1032 DoCompute(ctx); in Compute()
1094 void DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::ApplyAdadeltaOp
1180 DoCompute(ctx); in Compute()
1183 void DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::SparseApplyAdadeltaOp
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dto_tf_record_op.cc53 OP_REQUIRES_OK_ASYNC(ctx, DoCompute(ctx), done); in ComputeAsync()
59 Status DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::experimental::__anon72a1f7020111::ToTFRecordOp
Dio_ops.h41 Status DoCompute(OpKernelContext* ctx) override;
Dio_ops.cc44 Status SaveDatasetOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::experimental::SaveDatasetOp
/external/deqp-deps/amber/src/
Dengine.h111 virtual Result DoCompute(const ComputeCommand* cmd) = 0;
Dexecutor.cc186 return engine->DoCompute(cmd->AsCompute()); in ExecuteCommand()
Dexecutor_test.cc131 Result DoCompute(const ComputeCommand*) override { in DoCompute() function in amber::vkscript::__anon4044fbb20111::EngineStub
/external/deqp-deps/amber/src/dawn/
Dengine_dawn.h60 Result DoCompute(const ComputeCommand* cmd) override;
Dengine_dawn.cc1416 Result EngineDawn::DoCompute(const ComputeCommand* command) { in DoCompute() function in amber::dawn::EngineDawn
/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.h59 Result DoCompute(const ComputeCommand* cmd) override;
Dengine_vulkan.cc620 Result EngineVulkan::DoCompute(const ComputeCommand* command) { in DoCompute() function in amber::vulkan::EngineVulkan
/external/deqp-deps/amber/docs/
Dengines.md183 #### `DoCompute`
184 The `DoCompute` instructs the engine to execute the given compute pipeline with