Home
last modified time | relevance | path

Searched refs:index_operand (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_index_splitter.cc69 auto index_operand = dynamic_op->mutable_operand(index_operand_number); in Run() local
70 if (ShapeUtil::IsScalar(index_operand->shape())) { in Run()
74 TF_RET_CHECK(index_operand->shape().rank() == 1); in Run()
75 auto index_element_type = index_operand->shape().element_type(); in Run()
80 ShapeUtil::MakeShape(index_element_type, {1}), index_operand, {dim}, in Run()
/external/deqp-deps/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp164 uint32_t index_operand = in AdjustAccessedIndices() local
166 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
168 ->GetDef(index_operand) in AdjustAccessedIndices()
189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp173 uint32_t index_operand = in MarkAccessedMembersAsUsed() local
175 uint32_t member = literal_indices ? index_operand in MarkAccessedMembersAsUsed()
177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp164 uint32_t index_operand = in AdjustAccessedIndices() local
166 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
168 ->GetDef(index_operand) in AdjustAccessedIndices()
189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp173 uint32_t index_operand = in MarkAccessedMembersAsUsed() local
175 uint32_t member = literal_indices ? index_operand in MarkAccessedMembersAsUsed()
177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp164 uint32_t index_operand = in AdjustAccessedIndices() local
166 uint32_t member = literal_indices ? index_operand in AdjustAccessedIndices()
168 ->GetDef(index_operand) in AdjustAccessedIndices()
189 context->get_def_use_mgr()->GetDef(index_operand); in AdjustAccessedIndices()
Dremove_unused_struct_member_reduction_opportunity_finder.cpp173 uint32_t index_operand = in MarkAccessedMembersAsUsed() local
175 uint32_t member = literal_indices ? index_operand in MarkAccessedMembersAsUsed()
177 ->GetDef(index_operand) in MarkAccessedMembersAsUsed()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
Dtf_to_tfrt.cc1033 mlir::Value index_operand = adaptor.getOperands()[0]; in matchAndRewrite() local
1035 if (index_operand.getType().isa<tfrt::fallback::TFTensorType>()) { in matchAndRewrite()
1037 index_operand = in matchAndRewrite()
1047 if (!index_operand.getType().isa<tfrt::corert::TensorHandleType>()) in matchAndRewrite()
1052 op.getLoc(), rewriter.getI32Type(), index_operand); in matchAndRewrite()