Home
last modified time | relevance | path

Searched defs:not_ (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/operators/
Dlogical.py33 def not_(a): function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h356 Status HandleNot(HloInstruction* not_) { in HandleNot()
366 Status HandleNot(HloInstruction* not_) { in HandleNot()
377 Status HandleNot(HloInstruction* not_) { in HandleNot()
388 Status HandleNot(HloInstruction* not_) { in HandleNot()
392 Status HandleNot(HloInstruction* not_) override { in HandleNot()
/external/python/cpython3/Lib/
Doperator.py53 def not_(a): function
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
DAppleScript_Suite.py538 def not_(self, _object, _attributes={}, **_arguments): member in AppleScript_Suite_Events
/external/v8/src/ia32/
Dassembler-ia32.cc1081 void Assembler::not_(Register dst) { in not_() function in v8::internal::Assembler
1087 void Assembler::not_(Operand dst) { in not_() function in v8::internal::Assembler
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc1053 __ not_(i.OutputOperand()); in AssembleArchInstruction() local
/external/v8/src/arm64/
Dassembler-arm64.cc3848 void Assembler::not_(const VRegister& vd, const VRegister& vn) { in not_() function in v8::internal::Assembler
Dsimulator-logic-arm64.cc1868 LogicVRegister Simulator::not_(VectorFormat vform, LogicVRegister dst, in not_() function in v8::internal::Simulator
/external/vixl/src/aarch64/
Dassembler-aarch64.cc4152 void Assembler::not_(const VRegister& vd, const VRegister& vn) { in not_() function in vixl::aarch64::Assembler
Dlogic-aarch64.cc2074 LogicVRegister Simulator::not_(VectorFormat vform, in not_() function in vixl::aarch64::Simulator