HomeSort by relevance Sort by last modified time
    Searched refs:tensorflow (Results 76 - 100 of 5953) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/client/
events_writer.i 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 %include "tensorflow/python/lib/core/strings.i"
17 %include "tensorflow/python/platform/base.i"
20 #include "tensorflow/core/util/events_writer.h"
21 #include "tensorflow/core/util/event.pb.h"
26 %ignore tensorflow::Status::operator=;
27 %include "tensorflow/core/lib/core/status.h"
30 %unignore tensorflow;
31 %unignore tensorflow::EventsWriter;
32 %unignore tensorflow::EventsWriter::EventsWriter
    [all...]
  /external/tensorflow/tensorflow/python/lib/io/
py_record_reader.i 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 %nothread tensorflow::io::PyRecordReader::GetNext;
18 %include "tensorflow/python/platform/base.i"
20 %feature("except") tensorflow::io::PyRecordReader::New {
27 %newobject tensorflow::io::PyRecordReader::New;
29 %feature("except") tensorflow::io::PyRecordReader::GetNext {
37 #include "tensorflow/python/lib/io/py_record_reader.h"
42 %unignore tensorflow;
43 %unignore tensorflow::io;
44 %unignore tensorflow::io::PyRecordReader
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/
text_literal_writer.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/compiler/xla/literal_util.h"
20 #include "tensorflow/compiler/xla/types.h"
21 #include "tensorflow/compiler/xla/xla_data.pb.h"
22 #include "tensorflow/core/lib/core/status.h"
23 #include "tensorflow/core/lib/core/stringpiece.h"
24 #include "tensorflow/core/platform/macros.h"
40 static tensorflow::Status WriteToPath(const Literal& literal,
41 tensorflow::StringPiece path);
  /external/tensorflow/tensorflow/core/platform/
regexp.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/platform.h"
20 #include "tensorflow/core/platform/types.h"
24 #include "tensorflow/core/platform/google/build_config/re2.h"
25 namespace tensorflow { namespace
27 } // namespace tensorflow
32 namespace tensorflow { namespace
34 } // namespace tensorflow
  /external/tensorflow/tensorflow/java/src/test/native/
my_test_op.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/framework/common_shape_fns.h"
17 #include "tensorflow/core/framework/op.h"
21 .SetShapeFn(tensorflow::shape_inference::UnknownShape);
  /external/tensorflow/tensorflow/java/src/test/resources/org/tensorflow/processor/operator/bad/
BasicBad.java 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 package org.tensorflow.processor.operator.bad;
18 import org.tensorflow.op.annotation.Operator;
  /external/tensorflow/tensorflow/java/src/test/resources/org/tensorflow/processor/operator/good/
BasicGood.java 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 package org.tensorflow.processor.operator.good;
18 import org.tensorflow.op.annotation.Operator;
  /external/tensorflow/tensorflow/stream_executor/lib/
array_slice.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/lib/gtl/array_slice.h"
25 using tensorflow::gtl::ArraySlice;
26 using tensorflow::gtl::MutableArraySlice;
strcat.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
21 #include "tensorflow/core/lib/strings/strcat.h"
27 using tensorflow::strings::StrCat;
28 using tensorflow::strings::StrAppend;
stringprintf.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/lib/strings/stringprintf.h"
25 using tensorflow::strings::Printf;
26 using tensorflow::strings::Appendf;
  /external/tensorflow/tensorflow/contrib/
__init__.py 1 # Copyright 2015 The TensorFlow Authors. All Rights Reserved.
22 from tensorflow.contrib import batching
23 from tensorflow.contrib import bayesflow
24 from tensorflow.contrib import cloud
25 from tensorflow.contrib import cluster_resolver
26 from tensorflow.contrib import coder
27 from tensorflow.contrib import compiler
28 from tensorflow.contrib import copy_graph
29 from tensorflow.contrib import crf
30 from tensorflow.contrib import cudnn_rn
    [all...]
  /external/tensorflow/tensorflow/core/api_def/
update_api_def_main.cc 1 /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
19 // tensorflow/core/api_def/update_api_def.sh
30 #include "tensorflow/core/api_def/update_api_def.h"
31 #include "tensorflow/core/framework/op.h"
32 #include "tensorflow/core/platform/init_main.h"
33 #include "tensorflow/core/util/command_line_flags.h"
36 tensorflow::string api_files_dir;
37 tensorflow::string op_file_pattern;
38 std::vector<tensorflow::Flag> flag_list = {
39 tensorflow::Flag("api_def_dir", &api_files_dir
    [all...]
  /external/tensorflow/tensorflow/examples/wav_to_spectrogram/
wav_to_spectrogram_test.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/examples/wav_to_spectrogram/wav_to_spectrogram.h"
18 #include "tensorflow/core/lib/core/status_test_util.h"
19 #include "tensorflow/core/lib/io/path.h"
20 #include "tensorflow/core/lib/wav/wav_io.h"
21 #include "tensorflow/core/platform/env.h"
22 #include "tensorflow/core/platform/test.h"
25 const tensorflow::string input_wav =
26 tensorflow::io::JoinPath(tensorflow::testing::TmpDir(), "input_wav.wav")
    [all...]
  /external/tensorflow/tensorflow/python/layers/
layers.py 1 # Copyright 2015 The TensorFlow Authors. All Rights Reserved.
64 from tensorflow.python.util.all_util import remove_undocumented
69 from tensorflow.python.layers.base import Layer
70 from tensorflow.python.layers.base import InputSpec
71 from tensorflow.python.layers.network import Input
74 from tensorflow.python.layers.core import Dense
75 from tensorflow.python.layers.core import Dropout
76 from tensorflow.python.layers.core import Flatten
78 from tensorflow.python.layers.core import dense
79 from tensorflow.python.layers.core import dropou
    [all...]
  /external/tensorflow/tensorflow/python/util/
stat_summarizer.i 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
17 %include "tensorflow/python/lib/core/strings.i"
18 %include "tensorflow/python/platform/base.i"
21 #include "tensorflow/core/lib/core/status.h"
22 #include "tensorflow/core/util/stat_summarizer.h"
23 #include "tensorflow/python/lib/core/py_func.h"
25 #include "tensorflow/core/framework/step_stats.pb.h"
32 %unignore tensorflow;
33 %unignore tensorflow::StatSummarizer;
34 %unignore tensorflow::StatSummarizer::StatSummarizer
    [all...]
tfprof.i 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 %include "tensorflow/python/lib/core/strings.i"
17 %include "tensorflow/python/platform/base.i"
20 #include "tensorflow/core/framework/types.h"
21 #include "tensorflow/core/profiler/internal/print_model_analysis.h"
23 using tensorflow::int64;
43 %unignore tensorflow;
44 %unignore tensorflow::tfprof;
45 %unignore tensorflow::tfprof::PrintModelAnalysis;
46 %unignore tensorflow::tfprof::NewProfiler
    [all...]
  /external/tensorflow/tensorflow/compiler/tf2xla/
type_util.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/compiler/tf2xla/type_util.h"
18 #include "tensorflow/core/framework/types.h"
19 #include "tensorflow/core/lib/core/errors.h"
21 namespace tensorflow { namespace
25 case tensorflow::DT_BOOL:
28 case tensorflow::DT_INT8:
31 case tensorflow::DT_INT16:
34 case tensorflow::DT_INT32:
37 case tensorflow::DT_INT64
    [all...]
tf2xla_supported_ops.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 namespace tensorflow { namespace
31 } // namespace tensorflow
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_gen_main.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/framework/op.h"
20 #include "tensorflow/core/lib/core/status.h"
21 #include "tensorflow/core/lib/strings/str_util.h"
22 #include "tensorflow/core/platform/env.h"
23 #include "tensorflow/core/platform/init_main.h"
24 #include "tensorflow/core/util/command_line_flags.h"
25 #include "tensorflow/java/src/gen/cc/op_generator.h"
27 namespace tensorflow { namespace
44 "'org.tensorflow.op.mylib' package and add them to the 'myLib()' operator\n
    [all...]
  /external/tensorflow/tensorflow/python/keras/
__init__.py 2 # Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 """Implementation of the Keras API meant to be a high-level API for TensorFlow.
26 from tensorflow.python.keras import activations
27 from tensorflow.python.keras import applications
28 from tensorflow.python.keras import backend
29 from tensorflow.python.keras import callbacks
30 from tensorflow.python.keras import constraints
31 from tensorflow.python.keras import datasets
32 from tensorflow.python.keras import estimator
33 from tensorflow.python.keras import initializer
    [all...]
  /external/tensorflow/tensorflow/python/training/
training.py 1 # Copyright 2015 The TensorFlow Authors. All Rights Reserved.
106 from tensorflow.python.ops import io_ops as _io_ops
107 from tensorflow.python.ops import sdca_ops as _sdca_ops
108 from tensorflow.python.ops import state_ops as _state_ops
109 from tensorflow.python.util.all_util import remove_undocumented
112 from tensorflow.python.ops.sdca_ops import sdca_optimizer
113 from tensorflow.python.ops.sdca_ops import sdca_fprint
114 from tensorflow.python.ops.sdca_ops import sdca_shrink_l1
115 from tensorflow.python.training.adadelta import AdadeltaOptimizer
116 from tensorflow.python.training.adagrad import AdagradOptimize
    [all...]
  /external/tensorflow/tensorflow/core/framework/
numeric_types.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
27 #include "tensorflow/core/platform/types.h"
29 namespace tensorflow { namespace
43 } // namespace tensorflow
48 static inline tensorflow::bfloat16 FloatToBFloat16(float float_val) {
50 return *reinterpret_cast<tensorflow::bfloat16*>(
53 return *reinterpret_cast<tensorflow::bfloat16*>(
62 struct NumTraits<tensorflow::bfloat16>
63 : GenericNumTraits<tensorflow::bfloat16> {
69 static EIGEN_STRONG_INLINE tensorflow::bfloat16 highest()
    [all...]
type_traits.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
22 #include "tensorflow/core/framework/numeric_types.h"
23 #include "tensorflow/core/platform/types.h"
25 namespace tensorflow { namespace
74 } // namespace tensorflow
80 class numeric_limits<tensorflow::qint8>
81 : public numeric_limits<tensorflow::int8> {};
83 class numeric_limits<tensorflow::quint8>
84 : public numeric_limits<tensorflow::uint8> {};
86 class numeric_limits<tensorflow::qint16
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/ops/
parallel_check_op.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/framework/op.h"
18 namespace tensorflow { namespace
30 } // namespace tensorflow
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
no_op.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/kernels/no_op.h"
17 #include "tensorflow/compiler/tf2xla/xla_op_registry.h"
18 #include "tensorflow/core/framework/kernel_def_builder.h"
20 namespace tensorflow { namespace
31 } // namespace tensorflow

Completed in 615 milliseconds

1 2 34 5 6 7 8 91011>>