Home
last modified time | relevance | path

Searched refs:getOperationName (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dcontrol_flow_ops.h91 static StringRef getOperationName() { return "_tf.Enter"; } in getOperationName() function
121 static StringRef getOperationName() { return "_tf.Merge"; } in getOperationName() function
162 static StringRef getOperationName() { return "_tf.NextIteration.source"; } in getOperationName() function
173 static StringRef getOperationName() { return "_tf.NextIteration.sink"; } in getOperationName() function
203 static StringRef getOperationName() { return "_tf.LoopCond"; } in getOperationName() function
234 static StringRef getOperationName() { return "_tf.Switch"; } in getOperationName() function
267 static StringRef getOperationName() { return "_tf.Exit"; } in getOperationName() function
Dtf_executor.cc240 p << graph.getOperationName(); in Print()
287 p << fetch.getOperationName(); in Print()
365 p << op.getOperationName(); in Print()
447 p << yield.getOperationName(); in Print()
513 p << switch_op.getOperationName() << ' '; in Print()
559 p << switchn.getOperationName() << ' '; in Print()
690 p << merge.getOperationName() << ' '; in Print()
750 p << enter.getOperationName() << ' '; in Print()
846 p << next_iteration.getOperationName() << " : " << next_iteration.getType(0); in Print()
889 p << next_iteration.getOperationName() << " ["; in Print()
[all …]
Dtf_device.h74 static StringRef getOperationName() { return "tf_device.parallel_execute"; } in getOperationName() function
Dtf_device.cc73 *p << op.getOperationName(); in Print()
262 *p << op.getOperationName(); in Print()
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils_test.cc149 EXPECT_EQ(it->getName().getStringRef(), mlir::ReturnOp::getOperationName()); in TEST_F()
153 mlir::TFL::LSTMOp::getOperationName()); in TEST_F()
202 EXPECT_EQ(it->getName().getStringRef(), mlir::ReturnOp::getOperationName()); in TEST_F()
206 mlir::TFL::LSTMOp::getOperationName()); in TEST_F()
228 EXPECT_EQ(it->getName().getStringRef(), mlir::ReturnOp::getOperationName()); in TEST_F()
232 mlir::TFL::LSTMOp::getOperationName()); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dhlo_legalize_to_lhlo.cc103 : ConversionPattern(HloOpTy::getOperationName(), 1, context) {} in HloToLhloOpConverter()
179 : ConversionPattern(TensorLoadOp::getOperationName(), 1, context) {} in HloToLhloTensorLoadOpConverter()
192 : ConversionPattern(TensorStoreOp::getOperationName(), 1, context) {} in HloToLhloTensorStoreOpConverter()
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.hpp278 const char* getOperationName(TESTED_OPERATION operation);
/external/deqp/modules/gles2/functional/
Des2fShaderMatrixTests.cpp177 static const char* getOperationName (MatrixOp op) in getOperationName() function
944 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in init()
948 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in init()
952 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in init()
956 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
961 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in init()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp39 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode
612 OS << " = " << getOperationName(G); in printr()
622 OS << Value->getOperationName(G) << ':'; in printOperand()
DSelectionDAGPrinter.cpp112 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_tf.cc207 : RewritePattern(TFConvOpType::getOperationName(), 1, context), in ConvertTFConvOp()
430 : RewritePattern(TF::StridedSliceOp::getOperationName(), 2, context) {} in ConvertTFStridedSlice()
Dlegalize_tf.cc96 : RewritePattern(TF::tf_op##Op::getOperationName(), 1, context) {} \
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp59 std::string SDNode::getOperationName(const SelectionDAG *G) const { in getOperationName() function in SDNode
727 OS << " = " << getOperationName(G); in printr()
737 OS << Value->getOperationName(G) << ':'; in printOperand()
DSelectionDAGPrinter.cpp110 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationOperation.hpp277 std::string getOperationName (const OperationName opName);
DvktSynchronizationTimelineSemaphoreTests.cpp1031 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
1549 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
2009 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
DvktSynchronizationSignalOrderTests.cpp1182 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
1706 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
DvktSynchronizationOperationSingleQueueTests.cpp620 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationOperationMultiQueueTests.cpp840 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
DvktSynchronizationCrossInstanceSharingTests.cpp1372 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp287 static const char* getOperationName (MatrixOp op) in getOperationName() function
1875 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in setupShader()
1879 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in setupShader()
1883 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in setupShader()
1887 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader()
1891 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in setupShader()
1896 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in setupShader()
/external/deqp/modules/gles3/functional/
Des3fShaderMatrixTests.cpp292 static const char* getOperationName (MatrixOp op) in getOperationName() function
1608 …tDataTypeName(resultType) << " res = " << operationValue0 << " " << getOperationName(m_op) << " " … in init()
1612 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << oper… in init()
1616 …" << getDataTypeName(resultType) << " res = " << operationValue0 << getOperationName(m_op) << ";\n… in init()
1620 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
1624 …e(resultPrec) << " " << getDataTypeName(resultType) << " res = " << getOperationName(m_op) << "(" … in init()
1629 op << " res " << getOperationName(m_op) << " " << operationValue1 << ";\n"; in init()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h153 : RewritePattern(DQ::getOperationName(), 1, context), in QuantizationPattern()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_cluster_formation.cc356 << "requires output of " << launch_op.getOperationName() in ReplicateCluster()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc782 : RewritePattern(ReshapeOp::getOperationName(), 1, context) {} in RemoveAdjacentReshape()
862 : RewritePattern(PackOp::getOperationName(), 2, context) {} in RemoveRedundantUnpackPack()
1028 : RewritePattern(FakeQuantOp::getOperationName(), 1, context) {} in DropFakeQuant()

12