Home
last modified time | relevance | path

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

12345678910>>...49

/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/android/guava-tests/test/com/google/common/collect/
DBenchmarkHelpers.java44 <E extends Comparable<E>> Collection<E> create(Collection<E> contents); in create() method
50 <K extends Comparable<K>, V> Map<K, V> create(Map<K, V> contents); in create() method
56 <E> Interner<E> create(Collection<E> contents); in create() method
64 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
70 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
76 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
82 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
88 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
94 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
100 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
[all …]
/external/guava/guava-tests/test/com/google/common/collect/
DBenchmarkHelpers.java44 <E extends Comparable<E>> Collection<E> create(Collection<E> contents); in create() method
50 <K extends Comparable<K>, V> Map<K, V> create(Map<K, V> contents); in create() method
56 <E> Interner<E> create(Collection<E> contents); in create() method
64 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
70 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
76 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
82 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
88 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
94 public <E extends Comparable<E>> Set<E> create(Collection<E> contents) { in create() method
100 public <E extends Comparable<E>> Set<E> create(Collection<E> 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/android/guava-testlib/src/com/google/common/collect/testing/google/
DSetGenerators.java66 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetCopyOfGenerator
73 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetUnsizedBuilderGenerator
84 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetSizedBuilderGenerator
96 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetTooBigBuilderGenerator
108 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetTooSmallBuilderGenerator
124 public Set<Object> create(Object... elements) { in create() method in SetGenerators.ImmutableSetWithBadHashesGenerator
134 protected Set<String> create(String[] elements) { in create() method in SetGenerators.DegeneratedImmutableSetGenerator
141 protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetCopyOfGenerator
148 protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetHeadsetGenerator
157 protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetTailsetGenerator
[all …]
DListGenerators.java46 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListOfGenerator
53 protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddListGenerator
64 protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddAllListGenerator
71 protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderReversedListGenerator
80 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListHeadSubListGenerator
91 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListTailSubListGenerator
102 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListMiddleSubListGenerator
117 public List<Character> create(Character[] elements) { in create() method in ListGenerators.CharactersOfStringGenerator
125 public List<Character> create(Character[] elements) { in create() method in ListGenerators.CharactersOfCharSequenceGenerator
139 public List<UnhashableObject> create(UnhashableObject[] elements) { in create() method in ListGenerators.UnhashableElementsImmutableListGenerator
DMapGenerators.java52 protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapGenerator
63 protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfGenerator
74 protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfEntriesGenerator
83 public Collection<UnhashableObject> create(UnhashableObject[] elements) { in create() method in MapGenerators.ImmutableMapUnhashableValuesGenerator
95 public List<String> create(String[] elements) { in create() method in MapGenerators.ImmutableMapKeyListGenerator
106 public List<String> create(String[] elements) { in create() method in MapGenerators.ImmutableMapValueListGenerator
140 public List<Entry<String, Integer>> create(Object... elements) { in create() method in MapGenerators.ImmutableMapEntryListGenerator
153 protected Map<AnEnum, String> create(Entry<AnEnum, String>[] entries) { in create() method in MapGenerators.ImmutableEnumMapGenerator
165 protected Map<AnEnum, String> create(Entry<AnEnum, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfEnumMapGenerator
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DSetGenerators.java66 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetCopyOfGenerator
73 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetUnsizedBuilderGenerator
84 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetSizedBuilderGenerator
96 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetTooBigBuilderGenerator
108 protected Set<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSetTooSmallBuilderGenerator
124 public Set<Object> create(Object... elements) { in create() method in SetGenerators.ImmutableSetWithBadHashesGenerator
134 protected Set<String> create(String[] elements) { in create() method in SetGenerators.DegeneratedImmutableSetGenerator
141 protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetCopyOfGenerator
148 protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetHeadsetGenerator
157 protected SortedSet<String> create(String[] elements) { in create() method in SetGenerators.ImmutableSortedSetTailsetGenerator
[all …]
DListGenerators.java46 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListOfGenerator
53 protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddListGenerator
64 protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderAddAllListGenerator
71 protected List<String> create(String[] elements) { in create() method in ListGenerators.BuilderReversedListGenerator
80 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListHeadSubListGenerator
91 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListTailSubListGenerator
102 protected List<String> create(String[] elements) { in create() method in ListGenerators.ImmutableListMiddleSubListGenerator
117 public List<Character> create(Character[] elements) { in create() method in ListGenerators.CharactersOfStringGenerator
125 public List<Character> create(Character[] elements) { in create() method in ListGenerators.CharactersOfCharSequenceGenerator
139 public List<UnhashableObject> create(UnhashableObject[] elements) { in create() method in ListGenerators.UnhashableElementsImmutableListGenerator
DMapGenerators.java52 protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapGenerator
63 protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfGenerator
74 protected Map<String, String> create(Entry<String, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfEntriesGenerator
83 public Collection<UnhashableObject> create(UnhashableObject[] elements) { in create() method in MapGenerators.ImmutableMapUnhashableValuesGenerator
95 public List<String> create(String[] elements) { in create() method in MapGenerators.ImmutableMapKeyListGenerator
106 public List<String> create(String[] elements) { in create() method in MapGenerators.ImmutableMapValueListGenerator
140 public List<Entry<String, Integer>> create(Object... elements) { in create() method in MapGenerators.ImmutableMapEntryListGenerator
153 protected Map<AnEnum, String> create(Entry<AnEnum, String>[] entries) { in create() method in MapGenerators.ImmutableEnumMapGenerator
165 protected Map<AnEnum, String> create(Entry<AnEnum, String>[] entries) { in create() method in MapGenerators.ImmutableMapCopyOfEnumMapGenerator
/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/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DTestChannelKind.kt12 override fun create(): Channel<Int> = Channel(Channel.RENDEZVOUS) in create() method in kotlinx.coroutines.channels.TestChannelKind
16 override fun create(): Channel<Int> = Channel(1) in create() method in kotlinx.coroutines.channels.TestChannelKind
20 override fun create(): Channel<Int> = Channel(10) in create() method in kotlinx.coroutines.channels.TestChannelKind
24 override fun create(): Channel<Int> = Channel(Channel.UNLIMITED) in create() method in kotlinx.coroutines.channels.TestChannelKind
28 override fun create(): Channel<Int> = Channel(Channel.CONFLATED) in create() method in kotlinx.coroutines.channels.TestChannelKind
33 override fun create(): Channel<Int> = ChannelViaBroadcast(BroadcastChannel(1)) in create() method in kotlinx.coroutines.channels.TestChannelKind
37 override fun create(): Channel<Int> = ChannelViaBroadcast(BroadcastChannel(10)) in create() method in kotlinx.coroutines.channels.TestChannelKind
41 override fun create(): Channel<Int> = ChannelViaBroadcast(ConflatedBroadcastChannel<Int>()) in create() method in kotlinx.coroutines.channels.TestChannelKind
47 abstract fun create(): Channel<Int> in create() method in kotlinx.coroutines.channels.TestChannelKind
DTestBroadcastChannelKind.kt9 override fun <T> create(): BroadcastChannel<T> = BroadcastChannel(1) in create() method in kotlinx.coroutines.channels.TestBroadcastChannelKind
13 override fun <T> create(): BroadcastChannel<T> = BroadcastChannel(10) in create() method in kotlinx.coroutines.channels.TestBroadcastChannelKind
17 override fun <T> create(): BroadcastChannel<T> = ConflatedBroadcastChannel() in create() method in kotlinx.coroutines.channels.TestBroadcastChannelKind
23 abstract fun <T> create(): BroadcastChannel<T> method in kotlinx.coroutines.channels.TestBroadcastChannelKind
/external/guava/guava-tests/benchmark/com/google/common/collect/
DMapBenchmark.java46 Map<Element, Element> create(Collection<Element> keys) { in create() method
56 Map<Element, Element> create(Collection<Element> keys) { in create() method
66 Map<Element, Element> create(Collection<Element> keys) { in create() method
72 Map<Element, Element> create(Collection<Element> keys) { in create() method
78 Map<Element, Element> create(Collection<Element> keys) { in create() method
88 Map<Element, Element> create(Collection<Element> keys) { in create() method
98 Map<Element, Element> create(Collection<Element> keys) { in create() method
108 Map<Element, Element> create(Collection<Element> keys) { in create() method
118 Map<Element, Element> create(Collection<Element> keys) { in create() method
128 Map<Element, Element> create(Collection<Element> keys) { in create() method
[all …]
/external/guava/android/guava-tests/benchmark/com/google/common/collect/
DMapBenchmark.java46 Map<Element, Element> create(Collection<Element> keys) { in create() method
56 Map<Element, Element> create(Collection<Element> keys) { in create() method
66 Map<Element, Element> create(Collection<Element> keys) { in create() method
72 Map<Element, Element> create(Collection<Element> keys) { in create() method
78 Map<Element, Element> create(Collection<Element> keys) { in create() method
88 Map<Element, Element> create(Collection<Element> keys) { in create() method
98 Map<Element, Element> create(Collection<Element> keys) { in create() method
108 Map<Element, Element> create(Collection<Element> keys) { in create() method
118 Map<Element, Element> create(Collection<Element> keys) { in create() method
128 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/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/android/guava-tests/test/com/google/common/primitives/
DDoubleArrayAsListTest.java82 protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListGenerator
89 protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublsAsListHeadSubListGenerator
98 protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListTailSubListGenerator
107 protected List<Double> create(Double[] elements) { in create() method in DoubleArrayAsListTest.DoublesAsListMiddleSubListGenerator
129 public List<Double> create(Object... elements) { in create() method in DoubleArrayAsListTest.TestDoubleListGenerator
142 protected abstract List<Double> create(Double[] elements); in create() method in DoubleArrayAsListTest.TestDoubleListGenerator
DLongArrayAsListTest.java82 protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListGenerator
89 protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListHeadSubListGenerator
98 protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListTailSubListGenerator
107 protected List<Long> create(Long[] elements) { in create() method in LongArrayAsListTest.LongsAsListMiddleSubListGenerator
129 public List<Long> create(Object... elements) { in create() method in LongArrayAsListTest.TestLongListGenerator
142 protected abstract List<Long> create(Long[] elements); in create() method in LongArrayAsListTest.TestLongListGenerator
DIntArrayAsListTest.java83 protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListGenerator
90 protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListHeadSubListGenerator
99 protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListTailSubListGenerator
108 protected List<Integer> create(Integer[] elements) { in create() method in IntArrayAsListTest.IntsAsListMiddleSubListGenerator
130 public List<Integer> create(Object... elements) { in create() method in IntArrayAsListTest.TestIntegerListGenerator
143 protected abstract List<Integer> create(Integer[] elements); in create() method in IntArrayAsListTest.TestIntegerListGenerator
/external/guava/guava-tests/test/com/google/common/primitives/
DCharArrayAsListTest.java82 protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListGenerator
89 protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListHeadSubListGenerator
98 protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListTailSubListGenerator
107 protected List<Character> create(Character[] elements) { in create() method in CharArrayAsListTest.CharsAsListMiddleSubListGenerator
129 public List<Character> create(Object... elements) { in create() method in CharArrayAsListTest.TestCharListGenerator
142 protected abstract List<Character> create(Character[] elements); in create() method in CharArrayAsListTest.TestCharListGenerator

12345678910>>...49