Home
last modified time | relevance | path

Searched refs:operation_type (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Delementwise.cc32 explicit ElementwiseOneArgument(OperationType operation_type) in ElementwiseOneArgument() argument
33 : operation_type_(operation_type) {} in ElementwiseOneArgument()
128 explicit ElementwiseTwoArguments(OperationType operation_type) in ElementwiseTwoArguments() argument
129 : operation_type_(operation_type) {} in ElementwiseTwoArguments()
225 OperationType operation_type) { in NewElementwiseNodeShader() argument
226 switch (operation_type) { in NewElementwiseNodeShader()
241 return absl::make_unique<ElementwiseOneArgument>(operation_type); in NewElementwiseNodeShader()
248 return absl::make_unique<ElementwiseTwoArguments>(operation_type); in NewElementwiseNodeShader()
Dregistry.cc69 const auto insert_elementwise_op = [&](Type operation_type) { in Registry() argument
70 shaders_[ToString(operation_type)].push_back( in Registry()
71 NewElementwiseNodeShader(operation_type)); in Registry()
Delementwise.h29 OperationType operation_type);
/external/XNNPACK/test/
Dmultiply-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::Multiply)
[all …]
Dsubtract-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::Subtract)
[all …]
Dmaximum-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::Maximum)
[all …]
Dminimum-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::Minimum)
[all …]
Ddivide-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
[all …]
Dsquared-difference-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::SquaredDifference)
[all …]
Dadd-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::Add)
[all …]
Dbinary-elementwise-operator-tester.h161 inline BinaryElementwiseOperatorTester& operation_type(OperationType operation_type) { in operation_type() argument
162 this->operation_type_ = operation_type; in operation_type()
166 inline OperationType operation_type() const { in operation_type() function
180 switch (operation_type()) { in Compute()
201 ASSERT_NE(operation_type(), OperationType::Unknown); in TestQS8()
281 switch (operation_type()) { in TestQS8()
302 switch (operation_type()) { in TestQS8()
345 ASSERT_NE(operation_type(), OperationType::Unknown); in TestF16()
427 switch (operation_type()) { in TestF16()
446 switch (operation_type()) { in TestF16()
[all …]
/external/tensorflow/tensorflow/core/profiler/convert/
Dop_metrics_db_combiner.cc86 dst_memory_accessed.operation_type()}] = in CombineMemoryAccessedBreakdown()
91 OperationType operation_type = src_memory_accessed.operation_type(); in CombineMemoryAccessedBreakdown() local
93 dst_memory_accessed_map[{memory_space, operation_type}]; in CombineMemoryAccessedBreakdown()
97 dst_memory_accessed->set_operation_type(operation_type); in CombineMemoryAccessedBreakdown()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/compiler/
Dfuse_auto_input.cc129 std::string operation_type; in ApplyToNode() local
218 if (!operation_type.empty()) { in ApplyToNode()
219 operation_type += ","; in ApplyToNode()
221 operation_type += input->operation.type; in ApplyToNode()
243 absl::StrAppend(&node->operation.type, "(", operation_type, ")"); in ApplyToNode()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/workgroups/
Dideal_workgroup_picker.cc41 return operation_type == in_op_type && kernel == in_kernel && in ParamsAccepted()
44 OperationType operation_type; member
55 return operation_type == in_op_type; in ParamsAccepted()
57 OperationType operation_type; member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dmerge_padding_with.cc43 explicit MergePaddingWith2DOperation(OperationType operation_type) in MergePaddingWith2DOperation() argument
45 {ToString(OperationType::PAD), ToString(operation_type)}) {} in MergePaddingWith2DOperation()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h102 bool is_volatile, OperationType operation_type,
Dupgrade_memory_model.cpp528 OperationType operation_type, in UpgradeFlags() argument
539 if (operation_type == kVisibility) { in UpgradeFlags()
546 if (operation_type == kVisibility) { in UpgradeFlags()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.h102 bool is_volatile, OperationType operation_type,
Dupgrade_memory_model.cpp528 OperationType operation_type, in UpgradeFlags() argument
539 if (operation_type == kVisibility) { in UpgradeFlags()
546 if (operation_type == kVisibility) { in UpgradeFlags()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dupgrade_memory_model.h102 bool is_volatile, OperationType operation_type,
Dupgrade_memory_model.cpp528 OperationType operation_type, in UpgradeFlags() argument
539 if (operation_type == kVisibility) { in UpgradeFlags()
546 if (operation_type == kVisibility) { in UpgradeFlags()
/external/grpc-grpc/src/python/grpcio/grpc/
D_channel.py133 operation_type = batch_operation.type()
134 state.due.remove(operation_type)
135 if operation_type == cygrpc.OperationType.receive_initial_metadata:
137 elif operation_type == cygrpc.OperationType.receive_message:
147 elif operation_type == cygrpc.OperationType.receive_status_on_client:
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_metrics.proto62 OperationType operation_type = 1; field
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp1454 _operation_type operation_type; member
1468 const char* getOperatorForOperationType(const _operation_type& operation_type);
1469 std::string getOperationTypeString(const _operation_type& operation_type);
Dgl4cGPUShaderFP64Tests.cpp11322 const char* GPUShaderFP64Test9::getOperatorForOperationType(const _operation_type& operation_type) in getOperatorForOperationType() argument
11326 switch (operation_type) in getOperatorForOperationType()
11372 std::string GPUShaderFP64Test9::getOperationTypeString(const _operation_type& operation_type) in getOperationTypeString() argument
11376 switch (operation_type) in getOperationTypeString()
11430 if (test_case.operation_type == OPERATION_TYPE_MULTIPLICATION && in getVertexShaderBody()
11479 test_case.operation_type == OPERATION_TYPE_MULTIPLICATION) in getVertexShaderBody()
11510 if (test_case.operation_type == OPERATION_TYPE_PRE_DECREMENTATION || in getVertexShaderBody()
11511 test_case.operation_type == OPERATION_TYPE_PRE_INCREMENTATION) in getVertexShaderBody()
11513 result_sstream << getOperatorForOperationType(test_case.operation_type); in getVertexShaderBody()
11518 if (test_case.operation_type == OPERATION_TYPE_PRE_DECREMENTATION || in getVertexShaderBody()
[all …]

12