HomeSort by relevance Sort by last modified time
    Searched refs:stage_ptr (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/lite/tools/evaluation/
evaluation_stage_test.cc 52 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
53 EXPECT_EQ(stage_ptr, nullptr);
65 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
66 EXPECT_EQ(stage_ptr, nullptr);
68 stage_ptr = EvaluationStage::Create(config);
69 EXPECT_NE(stage_ptr, nullptr);
76 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
81 EXPECT_FALSE(stage_ptr->Init(object_map));
89 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
94 EXPECT_FALSE(stage_ptr->Init(object_map))
101 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
108 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
117 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
127 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
141 std::unique_ptr<EvaluationStage> stage_ptr = EvaluationStage::Create(config); local
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cGPUShaderFP64Tests.cpp 5988 _stage_data* stage_ptr = stages[n_stage]; local
6668 _stage_data* stage_ptr = stage_data[n_stage]; local
6812 _stage_data* stage_ptr = stage_data[n_stage]; local
6995 _stage_data* stage_ptr = stage_data[n_stage]; local
    [all...]
  /external/libaom/libaom/av1/common/arm/
av1_inv_txfm_neon.h 25 const int8_t *stage_ptr);

Completed in 74 milliseconds