/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/gml_st/IR/ |
D | gml_st_set_ops.td | 77 let arguments = (ins GMLST_TileType:$superset, 82 $superset 85 attr-dict `:` qualified(type($superset)) `to` qualified(type($result)) 88 OpBuilder<(ins "Value":$superset, "ArrayRef<OpFoldResult>":$offsets, 103 let arguments = (ins GMLST_TileType:$superset, 112 $superset 119 attr-dict `:` qualified(type($superset)) `to` qualified(type($result)) 122 OpBuilder<(ins "Value":$superset, "ArrayRef<OpFoldResult>":$offsets, 130 unsigned rank = superset().getType().cast<TileType>().getRank(); 153 AnySet:$superset, [all …]
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/transforms/ |
D | tiling.cc | 37 Value createPoint(OpBuilder &b, Location loc, Value superset, ValueRange ivs) { in createPoint() argument 40 return b.create<PointOp>(loc, superset, ivs, allDynamicOffsetsAttr); in createPoint() 43 Value createTile(OpBuilder &b, Location loc, Value superset, ValueRange ivs, in createTile() argument 48 superset.getType().cast<TileType>().getShape(); in createTile() 74 return b.create<TileOp>(loc, tileTy, superset, ivs, dynamicSizes, in createTile()
|
D | collapse_materialize_ops.cc | 45 auto superTile = tileDef.superset(); in matchAndRewrite() 89 tileDef = tileOp.superset().getDefiningOp(); in matchAndRewrite()
|
D | bufferizable_op_interface_impl.cc | 205 current = tile.superset().getDefiningOp(); in findSetChain() 209 current = point.superset().getDefiningOp(); in findSetChain()
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/ |
D | README.rst | 9 Cython is both a superset of the Python language with extensions for dealing 10 with C types and a tool that transpiles this superset into C code. It provides 21 Python 3 C APIs, even while acting as a superset of just the Python 2
|
/external/guava/android/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionRetainAllTester.java | 64 private Target superset; field in CollectionRetainAllTester 84 superset = new Target(MinimalCollection.of(e0(), e1(), e2(), e3(), e4()), "superset"); in setUp() 159 expectReturnsFalse(superset); in testRetainAll_superset() 165 expectReturnsFalseOrThrows(superset); in testRetainAll_supersetUnsupported()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionRetainAllTester.java | 64 private Target superset; field in CollectionRetainAllTester 84 superset = new Target(MinimalCollection.of(e0(), e1(), e2(), e3(), e4()), "superset"); in setUp() 159 expectReturnsFalse(superset); in testRetainAll_superset() 165 expectReturnsFalseOrThrows(superset); in testRetainAll_supersetUnsupported()
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/gml_st/transforms/ |
D | compose_set_interface.td | 24 composed with their superset operand. 30 /*desc=*/"Returns a composition of this set with its superset operand.",
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Dialect/gml_st/IR/ |
D | gml_st_ops.cc | 1308 void PointOp::build(OpBuilder &builder, OperationState &result, Value superset, in build() argument 1316 build(builder, result, PointType::get(builder.getContext()), superset, in build() 1322 auto tileShape = superset().getType().cast<TileType>().getShape(); in verify() 1350 void TileOp::build(OpBuilder &b, OperationState &result, Value superset, in build() argument 1363 build(b, result, tileType, superset, dynamicOffsets, dynamicSizes, in build() 1388 auto supersetTy = superset().getType().cast<TileType>(); in verify() 1541 auto supersetOp = llvm::dyn_cast_or_null<TileOp>(superset().getDefiningOp()); in compose() 1556 return builder.create<TileOp>(loc, supersetOp.superset(), composedOffsets, in compose() 1565 auto supersetOp = llvm::dyn_cast_or_null<TileOp>(superset().getDefiningOp()); in compose() 1579 return builder.create<PointOp>(loc, supersetOp.superset(), in compose() [all …]
|
/external/libchrome/base/sampling_heap_profiler/ |
D | lock_free_address_hash_set_unittest.cc | 21 static bool Subset(const LockFreeAddressHashSet& superset, in Subset() argument 28 if (key && !superset.Contains(key)) in Subset()
|
/external/cronet/base/sampling_heap_profiler/ |
D | lock_free_address_hash_set_unittest.cc | 22 static bool IsSubset(const LockFreeAddressHashSet& superset, in IsSubset() argument 30 if (key && !superset.Contains(key)) in IsSubset()
|
/external/parameter-framework/upstream/ |
D | SetVersion.cmake | 71 set(PF_VERSION_SHA1 ${CMAKE_MATCH_6}) # Skip the 5th: it is a superset of the 6th 72 set(PF_VERSION_DIRTY ${CMAKE_MATCH_8}) # Skip the 7th: it is a superset of the 8th
|
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
D | TestCldrFactory.java | 116 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) { in getUncontainedPath() argument 123 String superValue = superset.getStringValue(xpath); in getUncontainedPath()
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | liveness.mir | 3 # We currently maintain a main liveness range which operates like a superset of
|
/external/webrtc/sdk/android/ |
D | README | 7 configuring gn appropriately, as it is a superset of the webrtc checkout:
|
/external/llvm/tools/llvm-config/ |
D | CMakeLists.txt | 42 # Use the C++ link flags, since they should be a superset of C link flags.
|
/external/angle/src/tests/test_expectations/ |
D | GPUTestExpectationsParser.cpp | 278 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset() argument 283 for (size_t supersetCondition : superset) in ConditionArrayIsSubset()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | python.proto | 40 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
D | python.proto | 40 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/python/cpython2/Doc/library/ |
D | sets.rst | 124 if the first set is a proper superset of the second set (is a superset, but is 206 >>> employees.issuperset(engineers) # superset test
|
/external/cronet/third_party/protobuf/src/google/protobuf/ |
D | unittest_lazy_dependencies_custom_option.proto | 54 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest_lazy_dependencies_enum.proto | 51 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/protobuf/src/google/protobuf/ |
D | unittest_lazy_dependencies_custom_option.proto | 54 // Protos optimized for SPEED use a strict superset of the generated code
|
D | unittest_lazy_dependencies_enum.proto | 51 // Protos optimized for SPEED use a strict superset of the generated code
|
/external/rappor/doc/ |
D | data-flow.md | 164 In the simulation, we assume that the analyst will come up with a *superset* of 189 superset of the true input.
|