Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 988) sorted by relevance

12345678910>>...40

/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DTensors.java29 public static Tensor<String> create(String data) { in create() method in Tensors
39 public static Tensor<String> create(String data, java.nio.charset.Charset charset) { in create() method in Tensors
48 public static Tensor<Float> create(float data) { in create() method in Tensors
58 public static Tensor<Float> create(float[] data) { in create() method in Tensors
68 public static Tensor<Float> create(float[][] data) { in create() method in Tensors
78 public static Tensor<Float> create(float[][][] data) { in create() method in Tensors
88 public static Tensor<Float> create(float[][][][] data) { in create() method in Tensors
98 public static Tensor<Float> create(float[][][][][] data) { in create() method in Tensors
108 public static Tensor<Float> create(float[][][][][][] data) { in create() method in Tensors
117 public static Tensor<Double> create(double data) { in create() method in Tensors
[all …]
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/core/
DConstant.java47 public static Constant<Integer> create(Scope scope, int data) { in create() method in Constant
58 public static Constant<Integer> create(Scope scope, int[] data) { in create() method in Constant
69 public static Constant<Integer> create(Scope scope, int[][] data) { in create() method in Constant
80 public static Constant<Integer> create(Scope scope, int[][][] data) { in create() method in Constant
91 public static Constant<Integer> create(Scope scope, int[][][][] data) { in create() method in Constant
102 public static Constant<Integer> create(Scope scope, int[][][][][] data) { in create() method in Constant
113 public static Constant<Integer> create(Scope scope, int[][][][][][] data) { in create() method in Constant
131 public static Constant<Integer> create(Scope scope, long[] shape, IntBuffer data) { in create() method in Constant
144 public static Constant<Float> create(Scope scope, float data) { in create() method in Constant
155 public static Constant<Float> create(Scope scope, float[] data) { in create() method in Constant
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DBenchmarkHelpers.java42 @Override <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
47 @Override <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
52 @Override <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
57 @Override <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
62 @Override <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
67 @Override <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
72 @Override <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
78 abstract <E extends Comparable<E>> Set<E> create(Collection<E> contents); in create() method in BenchmarkHelpers.SetImpl
84 <K, V> ListMultimap<K, V> create(Multimap<K, V> contents) { in create() method
90 <K, V> ListMultimap<K, V> create(Multimap<K, V> contents) { in create() method
[all …]
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/sources/
Drx-create.hpp52 struct create : public source_base<T> struct
54 typedef create<T, OnSubscribe> this_type;
56 typedef rxu::decay_t<OnSubscribe> on_subscribe_type;
58 on_subscribe_type on_subscribe_function;
60 create(on_subscribe_type os) in create() function
66 void on_subscribe(Subscriber o) const { in on_subscribe()
82 auto create(OnSubscribe os) in create() function
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSetGenerators.java66 @Override protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetCopyOfGenerator
78 public Set<Object> create(Object... elements) { in create() method in SetGenerators.ImmutableSetWithBadHashesGenerator
88 @Override protected Set<String> create(String[] elements) { in create() method in SetGenerators.DegeneratedImmutableSetGenerator
96 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetCopyOfGenerator
103 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetHeadsetGenerator
113 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetTailsetGenerator
123 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetSubsetGenerator
135 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetDescendingGenerator
150 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetExplicitComparator
168 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
[all …]
DListGenerators.java46 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListOfGenerator
52 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddListGenerator
63 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddAllListGenerator
72 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderReversedListGenerator
81 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListHeadSubListGenerator
93 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListTailSubListGenerator
105 @Override protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListMiddleSubListGenerator
121 @Override public List<Character> create(Character[] elements) { in create() method in ListGenerators.CharactersOfStringGenerator
129 @Override public List<Character> create(Character[] elements) { in create() method in ListGenerators.CharactersOfCharSequenceGenerator
145 public List<UnhashableObject> create(UnhashableObject[] elements) { in create() method in ListGenerators.UnhashableElementsImmutableListGenerator
DMapGenerators.java50 @Override protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapGenerator
61 @Override protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfGenerator
73 @Override public Collection<UnhashableObject> create( in create() method in MapGenerators.ImmutableMapUnhashableValuesGenerator
86 public List<String> create(String[] elements) { in create() method in MapGenerators.ImmutableMapKeyListGenerator
97 public List<String> create(String[] elements) { in create() method in MapGenerators.ImmutableMapValueListGenerator
131 public List<Entry<String, Integer>> create(Object... elements) { in create() method in MapGenerators.ImmutableMapEntryListGenerator
144 protected Map<AnEnum, String> create(Entry<AnEnum, String>[] entries) { in create() method in MapGenerators.ImmutableEnumMapGenerator
156 protected Map<AnEnum, String> create(Entry<AnEnum, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfEnumMapGenerator
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/google/super/com/google/common/collect/testing/google/
DSetGenerators.java65 @Override protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetCopyOfGenerator
77 public Set<Object> create(Object... elements) { in create() method in SetGenerators.ImmutableSetWithBadHashesGenerator
87 @Override protected Set<String> create(String[] elements) { in create() method in SetGenerators.DegeneratedImmutableSetGenerator
95 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetCopyOfGenerator
102 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetHeadsetGenerator
112 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetTailsetGenerator
122 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetSubsetGenerator
137 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetExplicitComparator
155 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetExplicitSuperclassComparatorGenerator
170 @Override protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetReversedOrderGenerator
[all …]
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DClient.java20 @Override HttpClient create() { in create() method
26 @Override HttpClient create() { in create() method
32 @Override HttpClient create() { in create() method
38 @Override HttpClient create() { in create() method
44 @Override HttpClient create() { in create() method
49 abstract HttpClient create(); in create() method in Client
/external/guava/guava-tests/benchmark/com/google/common/collect/
DMapBenchmark.java45 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
54 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
63 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
68 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
73 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
82 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
91 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
101 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
111 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
122 @Override Map<Element, Element> create(Collection<Element> keys) { in create() method
[all …]
/external/deqp/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp191 ResultData create(const Functions& gl) in create() function
198 ResultData create<GL_TEXTURE_2D, GL_RGBA8>(const Functions& gl) in create() function
204 ResultData create<GL_TEXTURE_3D, GL_RGBA8>(const Functions& gl) in create() function
210 ResultData create<GL_TEXTURE_CUBE_MAP, GL_RGBA8>(const Functions& gl) in create() function
216 ResultData create<GL_TEXTURE_CUBE_MAP, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function
222 ResultData create<GL_TEXTURE_2D, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function
228 ResultData create<GL_TEXTURE_2D_ARRAY, GL_RGBA8>(const Functions& gl) in create() function
234 ResultData create<GL_TEXTURE_2D_ARRAY, GL_DEPTH_COMPONENT16>(const Functions& gl) in create() function
240 ResultData create<GL_TEXTURE_2D, GL_RGBA32I>(const Functions& gl) in create() function
246 ResultData create<GL_TEXTURE_3D, GL_RGBA32I>(const Functions& gl) in create() function
[all …]
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DArchiver.java47 ArchiveEntry create(File f, String entryName) throws IOException; in create() method
70 …public void create(String format, File target, File directory) throws IOException, ArchiveExceptio… in create() method in Archiver
95 …public void create(String format, OutputStream target, File directory) throws IOException, Archive… in create() method in Archiver
111 public void create(String format, SeekableByteChannel target, File directory) in create() method in Archiver
134 public void create(final ArchiveOutputStream target, File directory) in create() method in Archiver
165 public void create(final SevenZOutputFile target, File directory) throws IOException { in create() method in Archiver
197 private void create(File directory, ArchiveEntryCreator creator, ArchiveEntryConsumer consumer, in create() method in Archiver
203 …private void create(String prefix, File directory, ArchiveEntryCreator creator, ArchiveEntryConsum… in create() method in Archiver
/external/swiftshader/third_party/subzero/src/
DIceInstX86Base.h293 static InstX86GetIP *create(Cfg *Func, Variable *Dest) { in create() function
349 static InstX86Label *create(Cfg *Func, TargetLowering *Target) { in create() function
379 static InstX86Br *create(Cfg *Func, CfgNode *TargetTrue, in create() function
388 static InstX86Br *create(Cfg *Func, CfgNode *Target, Mode Kind) { in create() function
397 static InstX86Br *create(Cfg *Func, CfgNode *Target, BrCond Condition, in create() function
407 static InstX86Br *create(Cfg *Func, InstX86Label *Label, BrCond Condition, in create() function
460 static InstX86Jmp *create(Cfg *Func, Operand *Target) { in create() function
482 static InstX86Call *create(Cfg *Func, Variable *Dest, Operand *CallTarget) { in create() function
1141 static InstX86Bswap *create(Cfg *Func, Operand *SrcDest) { in create() function
1152 static InstX86Neg *create(Cfg *Func, Operand *SrcDest) { in create() function
[all …]
/external/caliper/examples/src/main/java/examples/
DArraySortBenchmark.java53 int[] create(int length) { in create() method
67 int[] create(int length) { in create() method
77 int[] create(int length) { in create() method
87 int[] create(int length) { in create() method
97 abstract int[] create(int length); in create() method in ArraySortBenchmark.Distribution
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
DByteArrayAsListTest.java49 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListGenerator
55 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListHeadSubListGenerator
63 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListTailSubListGenerator
71 @Override protected List<Byte> create(Byte[] elements) { in create() method in ByteArrayAsListTest.BytesAsListMiddleSubListGenerator
94 public List<Byte> create(Object... elements) { in create() method in ByteArrayAsListTest.TestByteListGenerator
107 protected abstract List<Byte> create(Byte[] elements); in create() method in ByteArrayAsListTest.TestByteListGenerator
DCharArrayAsListTest.java49 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListGenerator
55 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListHeadSubListGenerator
63 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListTailSubListGenerator
71 @Override protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListMiddleSubListGenerator
94 public List<Character> create(Object... elements) { in create() method in CharArrayAsListTest.TestCharListGenerator
107 protected abstract List<Character> create(Character[] elements); in create() method in CharArrayAsListTest.TestCharListGenerator
DLongArrayAsListTest.java49 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListGenerator
55 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListHeadSubListGenerator
63 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListTailSubListGenerator
71 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListMiddleSubListGenerator
94 public List<Long> create(Object... elements) { in create() method in LongArrayAsListTest.TestLongListGenerator
107 protected abstract List<Long> create(Long[] elements); in create() method in LongArrayAsListTest.TestLongListGenerator
DDoubleArrayAsListTest.java49 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListGenerator
55 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublsAsListHeadSubListGenerator
63 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListTailSubListGenerator
71 @Override protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListMiddleSubListGenerator
94 public List<Double> create(Object... elements) { in create() method in DoubleArrayAsListTest.TestDoubleListGenerator
107 protected abstract List<Double> create(Double[] elements); in create() method in DoubleArrayAsListTest.TestDoubleListGenerator
DIntArrayAsListTest.java50 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListGenerator
56 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListHeadSubListGenerator
64 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListTailSubListGenerator
72 @Override protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListMiddleSubListGenerator
95 public List<Integer> create(Object... elements) { in create() method in IntArrayAsListTest.TestIntegerListGenerator
108 protected abstract List<Integer> create(Integer[] elements); in create() method in IntArrayAsListTest.TestIntegerListGenerator
DFloatArrayAsListTest.java49 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListGenerator
55 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListHeadSubListGenerator
63 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListTailSubListGenerator
71 @Override protected List<Float> create(Float[] elements) { in create() method in FloatArrayAsListTest.FloatsAsListMiddleSubListGenerator
94 public List<Float> create(Object... elements) { in create() method in FloatArrayAsListTest.TestFloatListGenerator
107 protected abstract List<Float> create(Float[] elements); in create() method in FloatArrayAsListTest.TestFloatListGenerator
DShortArrayAsListTest.java49 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListGenerator
55 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListHeadSubListGenerator
63 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListTailSubListGenerator
71 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListMiddleSubListGenerator
94 public List<Short> create(Object... elements) { in create() method in ShortArrayAsListTest.TestShortListGenerator
107 protected abstract List<Short> create(Short[] elements); in create() method in ShortArrayAsListTest.TestShortListGenerator
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DRandomAccessObjectFactory.java32 public RandomAccessObject create(int size) throws IOException; in create() method
61 public RandomAccessObject create(int size) throws IOException { in create() method in RandomAccessObjectFactory.RandomAccessFileObjectFactory
73 public RandomAccessObject create(int size) { in create() method in RandomAccessObjectFactory.RandomAccessByteArrayObjectFactory
105 public RandomAccessObject create(int size) throws IOException { in create() method in RandomAccessObjectFactory.RandomAccessMmapObjectFactory
/external/turbine/java/com/google/turbine/type/
DType.java93 public static ClassTy create(Iterable<SimpleClassTy> classes) { in create() method in Type.ClassTy
132 public static SimpleClassTy create( in create() method in Type.ClassTy.SimpleClassTy
152 public static ArrayTy create(Type elem, ImmutableList<AnnoInfo> annos) { in create() method in Type.ArrayTy
172 public static TyVar create(TyVarSymbol sym, ImmutableList<AnnoInfo> annos) { in create() method in Type.TyVar
197 public static PrimTy create(TurbineConstantTypeKind tykind, ImmutableList<AnnoInfo> annos) { in create() method in Type.PrimTy
239 public static WildUpperBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create() method in Type.WildUpperBoundedTy
257 public static WildLowerBoundedTy create(Type bound, ImmutableList<AnnoInfo> annotations) { in create() method in Type.WildLowerBoundedTy
275 public static WildUnboundedTy create(ImmutableList<AnnoInfo> annotations) { in create() method in Type.WildUnboundedTy
296 public static IntersectionTy create(ImmutableList<Type> bounds) { in create() method in Type.IntersectionTy
309 public static ErrorTy create() { in create() method in Type.ErrorTy
/external/guava/guava-tests/test/com/google/common/primitives/
DLongArrayAsListTest.java87 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListGenerator
93 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListHeadSubListGenerator
101 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListTailSubListGenerator
109 @Override protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListMiddleSubListGenerator
132 public List<Long> create(Object... elements) { in create() method in LongArrayAsListTest.TestLongListGenerator
145 protected abstract List<Long> create(Long[] elements); in create() method in LongArrayAsListTest.TestLongListGenerator
DShortArrayAsListTest.java87 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListGenerator
93 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListHeadSubListGenerator
101 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListTailSubListGenerator
109 @Override protected List<Short> create(Short[] elements) { in create() method in ShortArrayAsListTest.ShortsAsListMiddleSubListGenerator
132 public List<Short> create(Object... elements) { in create() method in ShortArrayAsListTest.TestShortListGenerator
145 protected abstract List<Short> create(Short[] elements); in create() method in ShortArrayAsListTest.TestShortListGenerator

12345678910>>...40