Home
last modified time | relevance | path

Searched refs:kPartial (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/coder/opcoders/cmsis-nn/int8/
Dconv2d_int8_coder.cc150 const size_t kPartial = 2; in InitTmpBuffer() local
154 …static_cast<size_t>(kPartial * input_tensor_->Channel() * filter_tensor_->Width() * filter_tensor_… in InitTmpBuffer()
159 …static_cast<size_t>(kPartial * input_tensor_->Channel() * filter_tensor_->Width() * filter_tensor_… in InitTmpBuffer()
/third_party/skia/src/gpu/
DGrThreadSafePipelineBuilder.h30 kPartial, // a precompiled version was found in the persistent cache enumerator
32 kLast = kPartial
DGrThreadSafePipelineBuilder.cpp24 static_assert(2 == (int) Stats::ProgramCacheResult::kPartial); in cache_result_to_str()
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.h49 kPartial, enumerator
148 {Instruction::kPartial, [this](const VectorRef &args) { InstPartial(args); }},
Dtransform.cc313 AddInst(Instruction::kPartial, args); in AddPartial()
/third_party/mindspore/tests/ut/cpp/vm/
Dvm_test.cc52 instr.push_back({Instruction::kPartial, VectorRef({static_cast<int64_t>(0), "cc"})}); in TEST_F()
/third_party/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp105 *stat = Stats::ProgramCacheResult::kPartial; in findOrCreateProgramImpl()
/third_party/mindspore/mindspore/ccsrc/cxx_api/model/acl/acl_vm/
Dacl_vm.cc233 compile::CompileGraph::AddInst(compile::Instruction::kPartial, args); in AddPartial()
/third_party/skia/src/gpu/mtl/
DGrMtlResourceProvider.mm243 *stat = Stats::ProgramCacheResult::kPartial;