| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
| D | CoroInternal.h | 67 struct LLVM_LIBRARY_VISIBILITY Shape { struct 68 CoroBeginInst *CoroBegin; 69 SmallVector<CoroEndInst *, 4> CoroEnds; 70 SmallVector<CoroSizeInst *, 2> CoroSizes; 71 SmallVector<CoroSuspendInst *, 4> CoroSuspends; 96 Shape() = default; argument 97 explicit Shape(Function &F) { buildFrom(F); } in Shape() argument
|
| D | CoroSplit.cpp | 76 static BasicBlock *createResumeEntryBlock(Function &F, coro::Shape &Shape) { in createResumeEntryBlock() 186 static void replaceUnwindCoroEnds(coro::Shape &Shape, ValueToValueMapTy &VMap) { in replaceUnwindCoroEnds() 221 coro::Shape &Shape, SwitchInst *Switch, in handleFinalSuspend() 245 static Function *createClone(Function &F, Twine Suffix, coro::Shape &Shape, in createClone() 339 static void removeCoroEnds(coro::Shape &Shape) { in removeCoroEnds() 352 static void replaceFrameSize(coro::Shape &Shape) { in replaceFrameSize() 400 static void updateCoroFrame(coro::Shape &Shape, Function *ResumeFn, in updateCoroFrame() 604 static void simplifySuspendPoints(coro::Shape &Shape) { in simplifySuspendPoints() 712 coro::Shape Shape(F); in splitCoroutine() local
|
| /external/tensorflow/tensorflow/go/ |
| D | shape.go | 29 type Shape struct { struct 30 dims []int64 50 func (s Shape) NumDimensions() int { 61 func (s Shape) Size(dim int) int64 { 70 func (s Shape) IsFullySpecified() bool { 84 func (s Shape) ToSlice() ([]int64, error) { 93 func (s Shape) String() string {
|
| D | signature.go | 90 Shape Shape member
|
| D | tensor_handle.go | 75 func (th *TensorHandle) Shape() ([]int64, error) { func
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | shape.h | 98 struct Shape { struct 99 Shape() : layout(Layout::UNKNOWN), dimensions() {} in Shape() function 101 explicit Shape(Layout t) : layout(t), dimensions(Size(t)) {} in Shape() argument 103 Shape(Layout t, std::vector<int32_t> d) in Shape() argument 140 std::string ToString(const Shape& s); argument
|
| D | shape_test.cc | 100 TEST(Shape, Smoke) { in TEST() argument
|
| /external/gemmlowp/test/ |
| D | benchmark_meta_gemm.cc | 64 struct Shape { struct 73 Shape(std::int32_t n, std::int32_t m, std::int32_t k) in Shape() argument 76 void init() { in init() 104 double run_gemms(std::vector<Shape>* shapes) { in run_gemms() argument
|
| D | benchmark_all_sizes.cc | 202 struct Shape { struct 208 bool operator==(const Shape& s1, const Shape& s2) { in operator ==() argument 316 void run_benchmarks(std::map<Shape, float>* results) { in run_benchmarks()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | deep_conv2d.h | 55 struct Shape { struct 56 Shape(int64 r, int64 c) : rows(r), cols(c) {} in Shape() function 61 virtual const Shape& filter_shape() const = 0; argument
|
| D | winograd_transform.h | 31 typedef typename DeepConv2DTransform<T>::Shape Shape; typedef
|
| /external/tensorflow/tensorflow/compiler/xla/service/ |
| D | stable_sort_expander_test.cc | 248 [](const Shape&, const Shape&) { return false; })); in TEST_F() 285 [](const Shape&, const Shape&) { return false; })); in TEST_F()
|
| D | bfloat16_propagation.cc | 364 const ShapeIndex& index) { in DetermineInstructionPrecision() 394 [hlo, this](const Shape& /* subshape */, const ShapeIndex& index) { in DetermineInstructionPrecision() 434 const ShapeIndex& index) { in AdjustCalledComputationParameters() 474 const ShapeIndex& index) { in AdjustCalledComputationRoot() 528 const ShapeIndex& index) { in ResolveInconsistencyOfAliasingBuffersHelper()
|
| D | allocation_tracker.cc | 82 [&](const Shape& /*subshape*/, const ShapeIndex& index) { in RegisterInternal() 115 [&shape_indices](const Shape& /*subshape*/, const ShapeIndex& index) { in Unregister()
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | Shape.java | 21 public final class Shape { class 108 Shape(long[] shape) { in Shape() method in Shape
|
| /external/tensorflow/tensorflow/core/common_runtime/eager/ |
| D | tensor_handle_data.cc | 37 Status LocalTensorHandleData::Shape(TensorShape* shape) const { in Shape() function in tensorflow::LocalTensorHandleData 73 Status EmptyLocalTensorHandleData::Shape(TensorShape* shape) const { in Shape() function in tensorflow::EmptyLocalTensorHandleData
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/javabeans/ |
| D | Shape.java | 18 public interface Shape { interface
|
| /external/clang/test/CodeGenObjC/ |
| D | debug-info-impl.m | 7 @interface Shape : NSObject interface
|
| /external/tensorflow/tensorflow/compiler/mlir/xla/ |
| D | hlo_module_importer.h | 35 class Shape; variable
|
| D | hlo_function_importer.h | 39 class Shape; variable
|
| /external/clang/test/PCH/ |
| D | enum.h | 9 enum Shape { enum
|
| /external/tensorflow/tensorflow/lite/experimental/swift/Sources/ |
| D | Tensor.swift | 108 public struct Shape: Equatable, Hashable { struct
|
| /external/tensorflow/tensorflow/core/distributed_runtime/eager/ |
| D | remote_tensor_handle_data.cc | 121 Status RemoteTensorHandleData::Shape(TensorShape* shape) const { in Shape() function in tensorflow::RemoteTensorHandleData 186 Status UnshapedRemoteTensorHandleData::Shape(TensorShape* shape) const { in Shape() function in tensorflow::UnshapedRemoteTensorHandleData
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/ |
| D | Shape.java | 18 public class Shape { class
|
| /external/tensorflow/tensorflow/compiler/xla/python_api/ |
| D | xla_shape.py | 29 class Shape(object): class
|