Home
last modified time | relevance | path

Searched refs:superset (Results 1 – 25 of 120) sorted by relevance

12345

/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/include/mlir-hlo/Dialect/gml_st/IR/
Dgml_st_set_ops.td77 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/
Dtiling.cc37 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()
Dcollapse_materialize_ops.cc45 auto superTile = tileDef.superset(); in matchAndRewrite()
89 tileDef = tileOp.superset().getDefiningOp(); in matchAndRewrite()
Dbufferizable_op_interface_impl.cc205 current = tile.superset().getDefiningOp(); in findSetChain()
209 current = point.superset().getDefiningOp(); in findSetChain()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/
DREADME.rst9 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/
DCollectionRetainAllTester.java64 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/
DCollectionRetainAllTester.java64 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/
Dcompose_set_interface.td24 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/
Dgml_st_ops.cc1308 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/
Dlock_free_address_hash_set_unittest.cc21 static bool Subset(const LockFreeAddressHashSet& superset, in Subset() argument
28 if (key && !superset.Contains(key)) in Subset()
/external/cronet/base/sampling_heap_profiler/
Dlock_free_address_hash_set_unittest.cc22 static bool IsSubset(const LockFreeAddressHashSet& superset, in IsSubset() argument
30 if (key && !superset.Contains(key)) in IsSubset()
/external/parameter-framework/upstream/
DSetVersion.cmake71 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/
DTestCldrFactory.java116 private String getUncontainedPath(CLDRFile subset, CLDRFile superset) { in getUncontainedPath() argument
123 String superValue = superset.getStringValue(xpath); in getUncontainedPath()
/external/llvm/test/CodeGen/AMDGPU/
Dliveness.mir3 # We currently maintain a main liveness range which operates like a superset of
/external/webrtc/sdk/android/
DREADME7 configuring gn appropriately, as it is a superset of the webrtc checkout:
/external/llvm/tools/llvm-config/
DCMakeLists.txt42 # Use the C++ link flags, since they should be a superset of C link flags.
/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser.cpp278 const GPUTestConfig::ConditionArray &superset) in ConditionArrayIsSubset() argument
283 for (size_t supersetCondition : superset) in ConditionArrayIsSubset()
/external/protobuf/python/google/protobuf/pyext/
Dpython.proto40 // Protos optimized for SPEED use a strict superset of the generated code
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dpython.proto40 // Protos optimized for SPEED use a strict superset of the generated code
/external/python/cpython2/Doc/library/
Dsets.rst124 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/
Dunittest_lazy_dependencies_custom_option.proto54 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_lazy_dependencies_enum.proto51 // Protos optimized for SPEED use a strict superset of the generated code
/external/protobuf/src/google/protobuf/
Dunittest_lazy_dependencies_custom_option.proto54 // Protos optimized for SPEED use a strict superset of the generated code
Dunittest_lazy_dependencies_enum.proto51 // Protos optimized for SPEED use a strict superset of the generated code
/external/rappor/doc/
Ddata-flow.md164 In the simulation, we assume that the analyst will come up with a *superset* of
189 superset of the true input.

12345