/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | control_flow_ops.h | 91 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
|
D | tf_executor.cc | 240 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 …]
|
D | tf_device.h | 74 static StringRef getOperationName() { return "tf_device.parallel_execute"; } in getOperationName() function
|
D | tf_device.cc | 73 *p << op.getOperationName(); in Print() 262 *p << op.getOperationName(); in Print()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/ |
D | lstm_utils_test.cc | 149 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/ |
D | hlo_legalize_to_lhlo.cc | 103 : 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/ |
D | gl4cBufferStorageTests.hpp | 278 const char* getOperationName(TESTED_OPERATION operation);
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderMatrixTests.cpp | 177 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/ |
D | SelectionDAGDumper.cpp | 39 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()
|
D | SelectionDAGPrinter.cpp | 112 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | prepare_tf.cc | 207 : RewritePattern(TFConvOpType::getOperationName(), 1, context), in ConvertTFConvOp() 430 : RewritePattern(TF::StridedSliceOp::getOperationName(), 2, context) {} in ConvertTFStridedSlice()
|
D | legalize_tf.cc | 96 : RewritePattern(TF::tf_op##Op::getOperationName(), 1, context) {} \
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 59 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()
|
D | SelectionDAGPrinter.cpp | 110 std::string Result = Node->getOperationName(G); in getSimpleNodeLabel()
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationOperation.hpp | 277 std::string getOperationName (const OperationName opName);
|
D | vktSynchronizationTimelineSemaphoreTests.cpp | 1031 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()
|
D | vktSynchronizationSignalOrderTests.cpp | 1182 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init() 1706 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in init()
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 620 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 840 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
D | vktSynchronizationCrossInstanceSharingTests.cpp | 1372 const std::string opGroupName = getOperationName(writeOp) + "_" + getOperationName(readOp); in createTests()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 287 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/ |
D | es3fShaderMatrixTests.cpp | 292 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/ |
D | quantization_utils.h | 153 : RewritePattern(DQ::getOperationName(), 1, context), in QuantizationPattern()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | tpu_cluster_formation.cc | 356 << "requires output of " << launch_op.getOperationName() in ReplicateCluster()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/ |
D | tfl_ops.cc | 782 : RewritePattern(ReshapeOp::getOperationName(), 1, context) {} in RemoveAdjacentReshape() 862 : RewritePattern(PackOp::getOperationName(), 2, context) {} in RemoveRedundantUnpackPack() 1028 : RewritePattern(FakeQuantOp::getOperationName(), 1, context) {} in DropFakeQuant()
|