/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
H A D | prepare_quantize.cc | 154 auto shaped = arg.getType().dyn_cast<ShapedType>(); in SetInputNodesQuantizationParams() local 180 if (auto shaped = input_type.dyn_cast<ShapedType>()) { in SetInputNodesQuantizationParams() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/ |
H A D | prepare_quantize.cc | 168 auto shaped = arg.getType().dyn_cast<ShapedType>(); in SetInputNodesQuantizationParams() local 194 if (auto shaped = input_type.dyn_cast<ShapedType>()) { in SetInputNodesQuantizationParams() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A D | tensor.h | 879 typename TTypes<T, NDIMS>::Tensor Tensor::shaped( in shaped() function 906 typename TTypes<T, NDIMS>::ConstTensor Tensor::shaped( in shaped() function
|
H A D | tensor_test.cc | 402 T shaped = (t.*Func)(sizes); in TestReshape() local 408 T shaped = (static_cast<const Tensor&>(t).*Func)(sizes); in TestReshape() local 413 void TestReshapeImpl(T shaped, std::initializer_list<int64_t> sizes) { in TestReshapeImpl()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/utils/runtime/ |
H A D | constraints.cc | 72 auto shaped = type.dyn_cast<ShapedType>(); in ResolveArgumentConstraint() local
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/extensions/ |
D | shape.h | 46 Bool shaped; /* true if the region exists */ member
|
D | shapeproto.h | 179 BYTE shaped; /* set when a shape actual exists */ member
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/extensions/ |
D | shape.h | 46 Bool shaped; /* true if the region exists */ member
|
D | shapeproto.h | 179 BYTE shaped; /* set when a shape actual exists */ member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
H A D | legalize_tf_types.cc | 81 if (auto shaped = type.dyn_cast<ShapedType>()) { in ToLegalType() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
H A D | specialization.cc | 49 static llvm::Error VerifyMemrefOperand(unsigned index, mlir::ShapedType shaped, in VerifyMemrefOperand()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/runtime/ |
H A D | symbolic_shape.cc | 157 const MemrefDesc* shaped = cast<MemrefDesc>(&arguments[i]); in ResolveImpl() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
H A D | quantization_utils.cc | 147 auto shaped = target.dyn_cast<RankedTensorType>(); in ResetAxisAndBroadcast() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/noder/ |
D | reader.go | 167 shaped bool // whether this is a shaped dictionary member
|
/aosp_15_r20/external/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 684 … auto shaped = [&](sk_sp<SkTypeface> typeface, sk_sp<SkFontMgr> fallback) -> std::unique_ptr<Run> { in shapeEllipsis() local
|