Home
last modified time | relevance | path

Searched defs:CreateConstant (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc28 HloInstruction* CreateConstant(const Shape& shape, in CreateConstant() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dconstants.cpp243 std::unique_ptr<Constant> ConstantManager::CreateConstant( in CreateConstant() function in spvtools::opt::analysis::ConstantManager
Dscalar_analysis.cpp70 SENode* ScalarEvolutionAnalysis::CreateConstant(int64_t integer) { in CreateConstant() function in spvtools::opt::ScalarEvolutionAnalysis
/external/deqp-deps/SPIRV-Tools/source/opt/
Dconstants.cpp242 std::unique_ptr<Constant> ConstantManager::CreateConstant( in CreateConstant() function in spvtools::opt::analysis::ConstantManager
Dscalar_analysis.cpp70 SENode* ScalarEvolutionAnalysis::CreateConstant(int64_t integer) { in CreateConstant() function in spvtools::opt::ScalarEvolutionAnalysis
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp243 std::unique_ptr<Constant> ConstantManager::CreateConstant( in CreateConstant() function in spvtools::opt::analysis::ConstantManager
Dscalar_analysis.cpp70 SENode* ScalarEvolutionAnalysis::CreateConstant(int64_t integer) { in CreateConstant() function in spvtools::opt::ScalarEvolutionAnalysis
/external/armnn/src/backends/backendsCommon/
DWorkloadFactoryBase.hpp69 std::unique_ptr<IWorkload> CreateConstant(const ConstantQueueDescriptor& /*descriptor*/, in CreateConstant() function in armnn::WorkloadFactoryBase
DWorkloadFactory.cpp1326 std::unique_ptr<IWorkload> IWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& /*descri… in CreateConstant() function in armnn::IWorkloadFactory
/external/armnn/src/backends/reference/
DRefWorkloadFactory.cpp193 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& descri… in CreateConstant() function in armnn::RefWorkloadFactory
/external/armnn/src/backends/neon/
DNeonWorkloadFactory.cpp166 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& descr… in CreateConstant() function in armnn::NeonWorkloadFactory
/external/armnn/src/backends/cl/
DClWorkloadFactory.cpp243 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& descrip… in CreateConstant() function in armnn::ClWorkloadFactory
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp893 SpirvShader::Object &SpirvShader::CreateConstant(InsnIterator insn) in CreateConstant() function in sw::SpirvShader
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.cc54 HloInstruction* CreateConstant(const Shape& shape, Literal value, in CreateConstant() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc949 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateConstant( in CreateConstant() function in xla::HloInstruction