Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 25 of 126) sorted by relevance

123456

/external/tensorflow/tensorflow/go/op/
Dwrappers.go101 … WriteImageSummary(scope *Scope, writer tf.Output, step tf.Output, tag tf.Output, tensor tf.Output
129 func ImportEvent(scope *Scope, writer tf.Output, event tf.Output) (o *tf.Operation) {
153 …nc WriteSummary(scope *Scope, writer tf.Output, step tf.Output, tensor tf.Output, tag tf.Output, s…
186 …ryDbWriter(scope *Scope, writer tf.Output, db_uri tf.Output, experiment_name tf.Output, run_name t…
210 …leWriter(scope *Scope, writer tf.Output, logdir tf.Output, max_queue tf.Output, flush_millis tf.Ou…
262 …MinMaxVarsPerChannelGradient(scope *Scope, gradients tf.Output, inputs tf.Output, min tf.Output, m…
325 func DynamicPartition(scope *Scope, data tf.Output, partitions tf.Output, num_partitions int64) (ou…
448 …lyProximalAdagrad(scope *Scope, var_ tf.Output, accum tf.Output, lr tf.Output, l1 tf.Output, l2 tf…
573 func MapUnstageNoKey(scope *Scope, indices tf.Output, dtypes []tf.DataType, optional ...MapUnstageN…
677 func LookupTableImportV2(scope *Scope, table_handle tf.Output, keys tf.Output, values tf.Output) (o…
[all …]
/external/tensorflow/tensorflow/go/
Doperation.go64 func (op *Operation) Output(i int) Output { func
72 type Output struct { struct
74 Op *Operation
77 Index int
81 func (p Output) DataType() DataType {
86 func (p Output) Shape() Shape {
115 func (p Output) c() C.TF_Output {
124 func (p Output) canBeAnInput() {}
Dutil_test.go49 func Neg(g *Graph, name string, port Output) (Output, error) {
58 func Add(g *Graph, name string, x, y Output) (Output, error) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DOutput.java16 public class Output<T> { class
36 public Output() { in Output() method in Output
45 public Output(T value) { in Output() method in Output
/external/icu/android_icu4j/src/main/java/android/icu/util/
DOutput.java16 public class Output<T> { class
33 public Output() { in Output() method in Output
41 public Output(T value) { in Output() method in Output
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.gcd/
Dgcd.pass.cpp62 using Output = std::common_type_t<S1, S2>; in do_test() typedef
73 using Output = std::common_type_t<U1, U2>; in do_test() typedef
78 using Output = std::common_type_t<S1, U2>; in do_test() typedef
85 using Output = std::common_type_t<S2, U1>; in do_test() typedef
/external/libcxx/test/std/numerics/numeric.ops/numeric.ops.lcm/
Dlcm.pass.cpp61 using Output = std::common_type_t<S1, S2>; in do_test() typedef
72 using Output = std::common_type_t<U1, U2>; in do_test() typedef
77 using Output = std::common_type_t<S1, U2>; in do_test() typedef
84 using Output = std::common_type_t<S2, U1>; in do_test() typedef
/external/tensorflow/tensorflow/cc/framework/
Dops.h31 class Output; variable
68 explicit Output(Node* n) : op_(n) {} in Output() function
69 Output(Node* n, int32 index) : op_(n), index_(index) {} in Output() function
70 Output(const Operation& op, int32 index) : op_(op), index_(index) {} in Output() function
/external/pdfium/third_party/lcms/src/
Dcmsintrp.c187 register cmsUInt16Number Output[], in LinLerp1D()
224 cmsFloat32Number Output[], in LinLerp1Dfloat()
259 register cmsUInt16Number Output[], in Eval1Input()
290 cmsFloat32Number Output[], in Eval1InputFloat()
330 cmsFloat32Number Output[], in BilinearInterpFloat()
383 register cmsUInt16Number Output[], in BilinearInterp16()
442 cmsFloat32Number Output[], in TrilinearInterpFloat()
514 register cmsUInt16Number Output[], in TrilinearInterp16()
593 cmsFloat32Number Output[], in TetrahedralInterpFloat()
694 register cmsUInt16Number Output[], in TetrahedralInterp16()
[all …]
/external/rmi4utils/f54test/
Ddisplay.cpp29 void Display::Output(const char * buf) in Output() function in Display
68 void AnsiConsole::Output(const char * buf) in Output() function in AnsiConsole
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DOutput.java29 public final class Output<T> implements Operand<T> { class
32 public Output(Operation op, int idx) { in Output() method in Output
/external/clang/lib/Driver/
DTools.cpp302 const InputInfo &Output, in AddPreprocessingOptions()
3321 const InputInfo &Output, const char *OutFile) { in SplitDebugInfo()
3501 const InputInfo &Output, const ArgList &Args, in addPGOAndCoverageFlags()
3779 const InputInfo &Output, const InputInfoList &Inputs, in ConstructJob()
6427 const InputInfo &Output, const InputInfoList &Inputs, in ConstructJob()
6609 const InputInfo &Output, in ConstructJob()
6775 const InputInfo &Output, in ConstructJob()
6850 const InputInfo &Output, const InputInfoList &Inputs, in constructHexagonLinkArgs()
7018 const InputInfo &Output, in ConstructJob()
7035 const InputInfo &Output, in ConstructJob()
[all …]
/external/googletest/googletest/docs/
DAdvancedGuide.md1928 ### Colored Terminal Output ###
1942 ### Suppressing the Elapsed Time ###
1952 ### Generating an XML Report ###
/external/tensorflow/tensorflow/core/kernels/
Dbcast_ops.cc57 void Output(OpKernelContext* ctx, int idx, const BCast::Vec& v) { in Output() function in tensorflow::BCastArgsOp
107 void Output(OpKernelContext* ctx, int idx, const BCast::Vec& v) { in Output() function in tensorflow::BCastGradArgsOp
/external/llvm/lib/Option/
DArgList.cpp247 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id) const { in AddLastArg()
254 void ArgList::AddLastArg(ArgStringList &Output, OptSpecifier Id0, in AddLastArg()
262 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs()
277 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs()
285 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues()
294 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
/external/tensorflow/tensorflow/contrib/android/cmake/
DREADME.md40 Output section in TensorFlow-Android-Inference
/external/clang/include/clang/Basic/
DMacroBuilder.h27 MacroBuilder(raw_ostream &Output) : Out(Output) {} in MacroBuilder()
/external/tensorflow/tensorflow/core/framework/
Dop.h217 OpDefBuilderWrapper<true>& Output(StringPiece spec) { in Output() function
263 OpDefBuilderWrapper<false>& Output(StringPiece spec) { return *this; } in Output() function
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
Dconsole.c23 Output ( in Output() function
/external/v8/tools/foozzie/
Dv8_commands.py13 class Output(object): class
/external/v8/tools/testrunner/objects/
Doutput.py33 class Output(object): class
/external/clang/unittests/Rewrite/
DRewriteBufferTest.cpp31 const char *Output = "<outer><inner>hello</inner></outer> "; in TEST() local
/external/llvm/unittests/Support/
Draw_sha1_ostream_test.cpp22 std::string Output; in toHex() local
/external/llvm/docs/
DYamlIO.rst911 Output chapter
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_decoder.h39 typedef std::vector<std::vector<int>> Output; typedef

123456