Home
last modified time | relevance | path

Searched defs:Shape (Results 1 – 25 of 65) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroInternal.h67 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
DCoroSplit.cpp76 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/
Dshape.go29 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 {
Dsignature.go90 Shape Shape member
Dtensor_handle.go75 func (th *TensorHandle) Shape() ([]int64, error) { func
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dshape.h98 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
Dshape_test.cc100 TEST(Shape, Smoke) { in TEST() argument
/external/gemmlowp/test/
Dbenchmark_meta_gemm.cc64 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
Dbenchmark_all_sizes.cc202 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/
Ddeep_conv2d.h55 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
Dwinograd_transform.h31 typedef typename DeepConv2DTransform<T>::Shape Shape; typedef
/external/tensorflow/tensorflow/compiler/xla/service/
Dstable_sort_expander_test.cc248 [](const Shape&, const Shape&) { return false; })); in TEST_F()
285 [](const Shape&, const Shape&) { return false; })); in TEST_F()
Dbfloat16_propagation.cc364 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()
Dallocation_tracker.cc82 [&](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/
DShape.java21 public final class Shape { class
108 Shape(long[] shape) { in Shape() method in Shape
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle_data.cc37 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/
DShape.java18 public interface Shape { interface
/external/clang/test/CodeGenObjC/
Ddebug-info-impl.m7 @interface Shape : NSObject interface
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_module_importer.h35 class Shape; variable
Dhlo_function_importer.h39 class Shape; variable
/external/clang/test/PCH/
Denum.h9 enum Shape { enum
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DTensor.swift108 public struct Shape: Equatable, Hashable { struct
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc121 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/
DShape.java18 public class Shape { class
/external/tensorflow/tensorflow/compiler/xla/python_api/
Dxla_shape.py29 class Shape(object): class

123