Home
last modified time | relevance | path

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

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