Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner_util.h82 HloInstruction* CreateConstant(const Shape& shape, Literal value, T* b) { in CreateConstant() function
/external/tensorflow/tensorflow/compiler/xla/tools/
Dhlo_control_flow_flattening.cc38 HloInstruction* CreateConstant(const Shape& shape, in CreateConstant() function
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dconstants.cpp242 std::unique_ptr<Constant> ConstantManager::CreateConstant( in CreateConstant() function in spvtools::opt::analysis::ConstantManager
Dscalar_analysis.cpp69 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.cpp69 SENode* ScalarEvolutionAnalysis::CreateConstant(int64_t integer) { in CreateConstant() function in spvtools::opt::ScalarEvolutionAnalysis
/external/angle/third_party/spirv-tools/src/source/opt/
Dconstants.cpp242 std::unique_ptr<Constant> ConstantManager::CreateConstant( in CreateConstant() function in spvtools::opt::analysis::ConstantManager
Dscalar_analysis.cpp69 SENode* ScalarEvolutionAnalysis::CreateConstant(int64_t integer) { in CreateConstant() function in spvtools::opt::ScalarEvolutionAnalysis
/external/armnn/src/backends/backendsCommon/
DWorkloadFactoryBase.hpp70 std::unique_ptr<IWorkload> CreateConstant(const ConstantQueueDescriptor& /*descriptor*/, in CreateConstant() function in armnn::WorkloadFactoryBase
DWorkloadFactory.cpp1998 std::unique_ptr<IWorkload> IWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& /*descri… in CreateConstant() function in armnn::IWorkloadFactory
/external/armnn/src/backends/reference/
DRefWorkloadFactory.cpp715 std::unique_ptr<IWorkload> RefWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& descri… in CreateConstant() function in armnn::RefWorkloadFactory
/external/armnn/src/backends/neon/
DNeonWorkloadFactory.cpp693 std::unique_ptr<IWorkload> NeonWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& descr… in CreateConstant() function in armnn::NeonWorkloadFactory
/external/armnn/src/backends/cl/
DClWorkloadFactory.cpp840 std::unique_ptr<IWorkload> ClWorkloadFactory::CreateConstant(const ConstantQueueDescriptor& descrip… in CreateConstant() function in armnn::ClWorkloadFactory
/external/swiftshader/src/Pipeline/
DSpirvShader.cpp887 Spirv::Object &Spirv::CreateConstant(InsnIterator insn) in CreateConstant() function in sw::Spirv
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.cc1013 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateConstant( in CreateConstant() function in xla::HloInstruction