Searched refs:op_1 (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | identify_relu1.cc | 42 const auto* op_1 = GetOpWithInput(*model, op_0->outputs[0]); in Run() local 43 if (!op_1 || in Run() 44 (op_1->type != OperatorType::kMinimum && in Run() 45 op_1->type != OperatorType::kMaximum) || in Run() 46 op_0->type == op_1->type) { in Run() 50 const auto* min_op = op_0->type == OperatorType::kMinimum ? op_0 : op_1; in Run() 51 const auto* max_op = op_0->type == OperatorType::kMaximum ? op_0 : op_1; in Run() 75 relu1_op->outputs = op_1->outputs; in Run() 79 DeleteOpAndArrays(model, op_1); in Run()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/ |
H A D | xplane_to_op_metrics_db_test.cc | 118 const OpMetrics& op_1 = op_metrics.metrics_db().at(0); in TEST() local 119 EXPECT_EQ(kTfOp1, op_1.name()); in TEST() 120 EXPECT_EQ(kTfOp1, op_1.category()); in TEST() 121 EXPECT_EQ(2, op_1.occurrences()); in TEST() 122 EXPECT_EQ(NanoToPico(kTfOp1DurationNs) * 2, op_1.time_ps()); in TEST() 187 const OpMetrics& op_1 = op_metrics.metrics_db().at(0); in TEST() local 188 EXPECT_EQ(absl::StrCat(kTfOp1, "/", kKernel1), op_1.name()); in TEST() 189 EXPECT_EQ(kTfOp1, op_1.category()); in TEST() 190 EXPECT_EQ(2, op_1.occurrences()); in TEST() 191 EXPECT_EQ(NanoToPico(kKernel1DurationNs) * 2, op_1.time_ps()); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | pattern_utils.cc | 45 for (const string& op_1 : op1_list) { in IsSame() local 46 if (op_1 == op2) return true; in IsSame()
|
/aosp_15_r20/external/bcc/src/lua/bpf/ |
H A D | bpf.lua | 1287 local op_1 = {'LD', 'LDX', 'ST', 'STX', '', 'XADD'} 1289 local name = op_1[cls+1] .. op_2[bit.band(ins.code, 0x18)]
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsOpTest.cpp | 8966 static void op_1(skiatest::Reporter* reporter, const char* filename) { in op_1() function 9130 TEST(op_1),
|