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

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/go/
doc.go 2 Copyright 2016 The TensorFlow Authors. All Rights Reserved.
17 // Package tensorflow is a Go binding to TensorFlow.
21 // TensorFlow (www.tensorflow.org) is an open source software library for
24 // TensorFlow being available. For installation instructions see
25 // https://www.tensorflow.org/code/tensorflow/go/README.md
26 package tensorflow package
lib.go 2 Copyright 2016 The TensorFlow Authors. All Rights Reserved.
17 package tensorflow package
  /external/tensorflow/tensorflow/core/ops/
random_grad.cc 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/framework/function.h"
18 namespace tensorflow { namespace
20 } // end namespace tensorflow
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
package-info.java 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
17 * Defines classes to build, save, load and execute TensorFlow models.
19 * <p><b>WARNING</b>: The API is currently experimental and is not covered by TensorFlow <a
20 * href="https://www.tensorflow.org/programmers_guide/version_semantics">API stability
22 * href="https://www.tensorflow.org/code/tensorflow/java/README.md">README.md</a> for installation
26 * href="https://www.tensorflow.org/code/tensorflow/java/src/main/java/org/tensorflow/examples/LabelImage.java">LabelImage</a>
40 * href="https://github.com/tensorflow/models/tree/master/samples/languages/java">tensorflow/models</a
    [all...]
  /external/tensorflow/tensorflow/python/framework/
test_ops_2.cc 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/framework/op.h"
21 namespace tensorflow { namespace
25 } // end namespace tensorflow
  /external/tensorflow/tensorflow/core/platform/
cuda_libdevice_path.cc 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/platform/cuda_libdevice_path.h"
18 #include "tensorflow/core/lib/io/path.h"
20 namespace tensorflow { namespace
23 return tensorflow::io::JoinPath(tensorflow::CudaRoot(), "nvvm/libdevice");
26 } // namespace tensorflow
env_time.cc 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/platform/env_time.h"
18 namespace tensorflow { namespace
22 } // namespace tensorflow
  /external/tensorflow/tensorflow/compiler/xla/
types.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
22 #include "tensorflow/core/framework/numeric_types.h"
23 #include "tensorflow/core/platform/types.h"
29 using ::tensorflow::string;
31 using ::tensorflow::int8;
32 using ::tensorflow::int16;
33 using ::tensorflow::int32;
34 using ::tensorflow::int64;
36 using ::tensorflow::bfloat16;
38 using ::tensorflow::uint8
    [all...]
  /external/tensorflow/tensorflow/python/util/
port.i 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 %include "tensorflow/python/platform/base.i"
19 #include "tensorflow/core/util/port.h"
23 %unignore tensorflow;
24 %unignore tensorflow::IsGoogleCudaEnabled;
25 %unignore tensorflow::CudaSupportsHalfMatMulAndConv;
26 %include "tensorflow/core/util/port.h"
  /external/tensorflow/tensorflow/compiler/jit/
defs.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/compiler/jit/defs.h"
18 namespace tensorflow { namespace
23 } // namespace tensorflow
defs.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 // Provides definitions needed for use of the TensorFlow XLA
22 namespace tensorflow { namespace
28 } // namespace tensorflow
  /external/tensorflow/tensorflow/contrib/lite/java/src/main/java/org/tensorflow/lite/
package-info.java 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
17 package org.tensorflow.lite;
  /external/tensorflow/tensorflow/core/kernels/
cwise_op_gpu_floor_mod.cu.cc 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
18 #include "tensorflow/core/kernels/cwise_ops_gpu_common.cu.h"
20 namespace tensorflow { namespace
24 } // namespace tensorflow
cwise_op_gpu_mod.cu.cc 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
18 #include "tensorflow/core/kernels/cwise_ops_gpu_common.cu.h"
20 namespace tensorflow { namespace
24 } // namespace tensorflow
  /external/tensorflow/tensorflow/core/platform/default/
protobuf.cc 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/platform/default/protobuf.h"
18 namespace tensorflow { namespace
23 } // namespace tensorflow
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/types/
package-info.java 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
17 * Defines classes that represent TensorFlow data types. For each possible data type that can be
19 * TensorFlow int32 type is represented by the type {@link java.lang.Integer} and by the class
22 * this package, such as UInt8, represent TensorFlow data types for which there is no existing Java
25 * <p>TensorFlow element types are also separately represented by the {@link
26 * org.tensorflow.DataType} enum, with one enum value per element type. The enum representation is
27 * not usually needed, but can be obtained using {@link org.tensorflow.DataType.fromClass}.
29 package org.tensorflow.types;
  /external/tensorflow/tensorflow/python/lib/core/
py_func.i 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 %include "tensorflow/python/platform/base.i"
19 #include "tensorflow/python/lib/core/py_func.h"
24 %unignore tensorflow;
25 %unignore tensorflow::InitializePyTrampoline;
27 %include "tensorflow/python/lib/core/py_func.h"
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_types.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/platform.h"
22 #include "tensorflow/core/platform/google/integral_types.h"
24 #include "tensorflow/core/platform/default/integral_types.h"
34 using tensorflow::int16;
35 using tensorflow::int32;
36 using tensorflow::int64;
37 using tensorflow::int8;
38 using tensorflow::uint16;
39 using tensorflow::uint32
    [all...]
  /external/tensorflow/tensorflow/examples/wav_to_spectrogram/
wav_to_spectrogram.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/lib/core/status.h"
20 #include "tensorflow/core/platform/types.h"
22 // Runs a TensorFlow graph to convert an audio file into a visualization. Takes
26 tensorflow::Status WavToSpectrogram(const tensorflow::string& input_wav,
27 tensorflow::int32 window_size,
28 tensorflow::int32 stride, float brightness,
29 const tensorflow::string& output_image);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_conv2d.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
25 float* lhs, float* rhs, tensorflow::int64 input_batch,
26 tensorflow::int64 input_rows, tensorflow::int64 input_cols,
27 tensorflow::int64 input_channels, tensorflow::int64 kernel_rows,
28 tensorflow::int64 kernel_cols, tensorflow::int64 kernel_channels,
29 tensorflow::int64 kernel_filters, tensorflow::int64 output_rows
    [all...]
runtime_matvec.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
33 void EigenMatVecF32(float* out, float* lhs, float* rhs, tensorflow::int64 m,
34 tensorflow::int64 n, tensorflow::int64 k,
35 tensorflow::int32 transpose_lhs,
36 tensorflow::int32 transpose_rhs);
38 void EigenMatVecF64(double* out, double* lhs, double* rhs, tensorflow::int64 m,
39 tensorflow::int64 n, tensorflow::int64 k
    [all...]
runtime_single_threaded_conv2d.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
26 tensorflow::int64 input_batch, tensorflow::int64 input_rows,
27 tensorflow::int64 input_cols, tensorflow::int64 input_channels,
28 tensorflow::int64 kernel_rows, tensorflow::int64 kernel_cols,
29 tensorflow::int64 kernel_channels, tensorflow::int64 kernel_filters
    [all...]
runtime_fork_join.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
27 void** temps, tensorflow::uint64* prof_counters,
28 tensorflow::int32 num_partitions, tensorflow::int64* partitions,
29 tensorflow::int32 num_partitioned_dims, void* function_ptr);
  /external/tensorflow/tensorflow/core/lib/io/
path.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/lib/core/status.h"
20 #include "tensorflow/core/lib/core/stringpiece.h"
22 namespace tensorflow { namespace
25 string JoinPathImpl(std::initializer_list<tensorflow::StringPiece> paths);
52 bool IsAbsolutePath(tensorflow::StringPiece path);
57 tensorflow::StringPiece Dirname(tensorflow::StringPiece path);
61 tensorflow::StringPiece Basename(tensorflow::StringPiece path)
    [all...]
  /external/tensorflow/tensorflow/c/
test_op.cc 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/framework/op.h"
17 #include "tensorflow/core/framework/op_kernel.h"
19 namespace tensorflow { namespace
23 } // namespace tensorflow

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 91011>>