Home
last modified time | relevance | path

Searched defs:DoCompute (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/federated-compute/fcp/tensorflow/
H A Ddictionary_ops.cc107 absl::Status DoCompute(tf::OpKernelContext* context, in DoCompute() function in fcp::tensorflow::DictionarySize
145 absl::Status DoCompute(tf::OpKernelContext* context, in DoCompute() function in fcp::tensorflow::DictionaryLookup
201 absl::Status DoCompute(tf::OpKernelContext* context, in DoCompute() function in fcp::tensorflow::DictionaryReverseLookup
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops.cc598 Status MakeIteratorOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::MakeIteratorOp
610 Status DeleteIteratorOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::DeleteIteratorOp
645 Status DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::__anonfca7ab5e0711::ToSingleElementOp
898 Status IteratorGetNextOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::IteratorGetNextOp
936 Status IteratorGetNextAsOptionalOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::IteratorGetNextAsOptionalOp
H A Dreduce_dataset_op.cc44 Status ReduceDatasetOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::ReduceDatasetOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Dadjust_hue_op.cc204 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustHueOp
259 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustHueOp
H A Dadjust_saturation_op.cc183 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustSaturationOp
227 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustSaturationOp
H A Dadjust_contrast_op.cc210 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustContrastOpv2
421 void DoCompute(OpKernelContext* context, in DoCompute() function in tensorflow::AdjustContrastOpv2
H A Dsample_distorted_bounding_box_op.cc257 void DoCompute(OpKernelContext* context, const random::PhiloxRandom& rng) { in DoCompute() function in tensorflow::SampleDistortedBoundingBoxBaseOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dinplace_ops.cc323 Status DoCompute(OpKernelContext* ctx, const Tensor& i, const Tensor& v, in DoCompute() function in tensorflow::__anondb235a470211::InplaceOp
352 Status DoCompute(OpKernelContext* ctx, const Tensor& x, Tensor* y) override { in DoCompute() function in tensorflow::__anondb235a470211::CopyOp
H A Dscatter_op.cc101 void DoCompute(OpKernelContext* c) { in DoCompute() function in tensorflow::ScatterUpdateOp
H A Dmultinomial_op.cc153 void DoCompute(OpKernelContext* ctx, const Tensor& logits_t, in DoCompute() function in tensorflow::__anon14b419c30211::MultinomialOp
H A Dsdca_ops.cc131 void DoCompute(const ComputeOptions& options, OpKernelContext* const context) { in DoCompute() function
H A Dscatter_nd_op.cc275 void DoCompute(OpKernelContext* c) { in DoCompute() function in tensorflow::ScatterNdUpdateOp
H A Dresource_variable_ops.cc1063 void DoCompute(OpKernelContext* c) { in DoCompute() function in tensorflow::ResourceScatterUpdateOp
H A Dtraining_ops.cc1118 void DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::ApplyAdadeltaOp
1202 void DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::SparseApplyAdadeltaOp
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Drandom_access_ops.cc30 Status GetElementAtIndexOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::experimental::GetElementAtIndexOp
H A Dto_tf_record_op.cc61 Status DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::experimental::__anon52a12e380111::ToTFRecordOp
H A Dio_ops.cc77 Status SaveDatasetOp::DoCompute(OpKernelContext* ctx) { in DoCompute() function in tensorflow::data::experimental::SaveDatasetOp
/aosp_15_r20/external/deqp-deps/amber/src/vulkan/
Dengine_vulkan.cc627 Result EngineVulkan::DoCompute(const ComputeCommand* command) { in DoCompute() function in amber::vulkan::EngineVulkan
/aosp_15_r20/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc1416 Result EngineDawn::DoCompute(const ComputeCommand* command) { in DoCompute() function in amber::dawn::EngineDawn
/aosp_15_r20/external/deqp-deps/amber/src/
Dexecutor_test.cc131 Result DoCompute(const ComputeCommand*) override { in DoCompute() function in amber::vkscript::__anon465036a80111::EngineStub