Home
last modified time | relevance | path

Searched defs:aliasing (Results 1 – 9 of 9) sorted by relevance

/external/protobuf/src/google/protobuf/
Dparse_context.h330 ParseContext(int depth, bool aliasing, const char** start, T&&... args) in ParseContext()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_dataflow_analysis.cc608 for (const auto& aliasing : Cast<HloCustomCallInstruction>(custom_call) in UpdateCustomCallValueSet() local
1381 for (const auto& aliasing : in InitializeInstructionValueSets() local
Dbfloat16_propagation.cc101 bool aliasing = false; in RevertIfFusionInternalBF16Changes() local
Dhlo_instructions.h1587 aliasing) { in set_output_to_operand_aliasing()
Dhlo_instruction.cc720 for (const auto& aliasing : proto.custom_call_output_operand_aliasing()) { in CreateFromProto() local
Dhlo_instructions.cc2586 auto aliasing = proto.add_custom_call_output_operand_aliasing(); in ToProto() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp1047 …de::MovePtr<tcu::TestCaseGroup> aliasing (new tcu::TestCaseGroup(testCtx, "aliasing", "Memo… in createMemoryBindingTests() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1963 auto aliasing = instr.add_custom_call_output_operand_aliasing(); in CustomCallInternal() local
2033 auto aliasing = instr.add_custom_call_output_operand_aliasing(); in CustomCall() local
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingValveMutableTests.cpp3843 bool aliasing; in createDescriptorValveMutableTests() member