HomeSort by relevance Sort by last modified time
    Searched full:has_property (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_opcode.cc 51 #define HAS_PROPERTY(property, ...) \
58 return HAS_PROPERTY(kHloOpcodeIsComparison, __VA_ARGS__);
68 return HAS_PROPERTY(kHloOpcodeIsVariadic, __VA_ARGS__);
74 #undef HAS_PROPERTY
  /external/v8/src/interpreter/
interpreter-intrinsics.h 31 V(HasProperty, has_property, 2) \
  /external/v8/src/
property-descriptor.cc 25 Maybe<bool> has_property = JSReceiver::HasProperty(&it); local
27 if (has_property.IsNothing()) return false;
29 if (has_property.FromJust() == true) {
code-stub-assembler.cc     [all...]

Completed in 483 milliseconds