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

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/platform/
net.h 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
19 namespace tensorflow { namespace
25 } // namespace tensorflow
stacktrace_handler.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 namespace tensorflow { namespace
26 } // namespace tensorflow
  /external/tensorflow/tensorflow/core/platform/windows/
subprocess.h 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
19 namespace tensorflow { namespace
24 } // namespace tensorflow
  /external/tensorflow/tensorflow/core/util/
matmul_autotune.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
21 namespace tensorflow { namespace
26 } // namespace tensorflow
port.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
19 namespace tensorflow { namespace
28 } // end namespace tensorflow
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/op/
Op.java 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 package org.tensorflow.op;
  /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/types/
UInt8.java 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 package org.tensorflow.types;
  /external/tensorflow/tensorflow/python/lib/core/
bfloat16.i 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
17 #include "tensorflow/python/lib/core/bfloat16.h"
21 tensorflow::RegisterNumpyBfloat16();
26 return tensorflow::Bfloat16PyType();
numpy.cc 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
20 #include "tensorflow/python/lib/core/numpy.h"
22 namespace tensorflow { namespace
28 } // namespace tensorflow
py_util.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
21 namespace tensorflow { namespace
25 } // end namespace tensorflow
  /external/tensorflow/tensorflow/python/util/
util.i 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
15 %include "tensorflow/python/platform/base.i"
18 #include "tensorflow/python/util/util.h"
23 %unignore tensorflow;
24 %unignore tensorflow::swig;
26 // the length of each wrapped method. This file is included in tensorflow.i
31 %unignore tensorflow::swig::RegisterSequenceClass;
32 %noexception tensorflow::swig::RegisterSequenceClass;
34 %unignore tensorflow::swig::IsSequence;
35 %noexception tensorflow::swig::IsSequence
    [all...]
kernel_registry.i 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
15 %include "tensorflow/python/platform/base.i"
18 #include "tensorflow/python/util/kernel_registry.h"
23 %unignore tensorflow;
24 %unignore tensorflow::swig;
25 %unignore tensorflow::swig::TryFindKernelClass;
26 %include "tensorflow/python/util/kernel_registry.h"
  /external/tensorflow/tensorflow/user_ops/
duplicate_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
26 } // namespace tensorflow
invalid_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
27 } // namespace tensorflow
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
runtime_fft.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
25 void* operand, tensorflow::int32 fft_type, tensorflow::int32 fft_rank,
26 tensorflow::int64 input_batch, tensorflow::int64 fft_length0,
27 tensorflow::int64 fft_length1, tensorflow::int64 fft_length2);
runtime_matmul.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
30 float* lhs, float* rhs, tensorflow::int64 m, tensorflow::int64 n,
31 tensorflow::int64 k, tensorflow::int32 transpose_lhs,
32 tensorflow::int32 transpose_rhs);
36 double* lhs, double* rhs, tensorflow::int64 m, tensorflow::int64 n,
37 tensorflow::int64 k, tensorflow::int32 transpose_lhs
    [all...]
runtime_single_threaded_matmul.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/platform/types.h"
30 float* lhs, float* rhs, tensorflow::int64 m, tensorflow::int64 n,
31 tensorflow::int64 k, tensorflow::int32 transpose_lhs,
32 tensorflow::int32 transpose_rhs);
36 double* lhs, double* rhs, tensorflow::int64 m, tensorflow::int64 n,
37 tensorflow::int64 k, tensorflow::int32 transpose_lhs
    [all...]
  /external/tensorflow/tensorflow/python/framework/
cpp_shape_inference.i 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 %include "tensorflow/python/platform/base.i"
17 %include "tensorflow/python/lib/core/strings.i"
20 #include "tensorflow/python/framework/cpp_shape_inference.h"
24 %unignore tensorflow;
25 %unignore tensorflow::swig;
26 %unignore tensorflow::swig::RunCppShapeInference;
27 %include "tensorflow/python/framework/cpp_shape_inference.h"
  /external/tensorflow/tensorflow/python/lib/io/
py_record_writer.i 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
16 %nothread tensorflow::io::PyRecordWriter::WriteRecord;
18 %include "tensorflow/python/platform/base.i"
19 %include "tensorflow/python/lib/core/strings.i"
21 %feature("except") tensorflow::io::PyRecordWriter::New {
28 %newobject tensorflow::io::PyRecordWriter::New;
30 %feature("except") tensorflow::io::PyRecordWriter::WriteRecord {
38 #include "tensorflow/python/lib/io/py_record_writer.h"
43 %unignore tensorflow;
44 %unignore tensorflow::io
    [all...]
  /external/tensorflow/tensorflow/python/platform/
stacktrace_handler.i 1 /* Copyright 2018 The TensorFlow Authors. All Rights Reserved.
16 %include "tensorflow/python/platform/base.i"
19 #include "tensorflow/core/platform/stacktrace_handler.h"
23 %unignore tensorflow;
24 %unignore tensorflow::testing;
25 %unignore tensorflow::testing::InstallStacktraceHandler;
26 %include "tensorflow/core/platform/stacktrace_handler.h"
  /external/tensorflow/tensorflow/stream_executor/platform/default/
mutex.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/stream_executor/platform/mutex.h"
27 using tensorflow::ConditionResult;
28 using tensorflow::WaitForMilliseconds;
29 using tensorflow::condition_variable;
30 using tensorflow::mutex;
31 using tensorflow::mutex_lock;
32 using tensorflow::tf_shared_lock;
  /external/tensorflow/tensorflow/examples/wav_to_spectrogram/
main.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/errors.h"
19 #include "tensorflow/core/platform/init_main.h"
20 #include "tensorflow/core/util/command_line_flags.h"
27 tensorflow::string input_wav =
28 "tensorflow/core/kernels/spectrogram_test_data/short_test_segment.wav";
29 tensorflow::int32 window_size = 256;
30 tensorflow::int32 stride = 128;
32 tensorflow::string output_image = "spectrogram.png"
    [all...]
  /external/tensorflow/tensorflow/stream_executor/platform/
port.h 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
21 #include "tensorflow/core/platform/macros.h"
22 #include "tensorflow/core/platform/mutex.h"
23 #include "tensorflow/core/platform/types.h"
28 using tensorflow::int8;
29 using tensorflow::int16;
30 using tensorflow::int32;
31 using tensorflow::int64;
33 using tensorflow::uint8;
34 using tensorflow::uint16
    [all...]
  /external/tensorflow/tensorflow/core/user_ops/
fact.cc 1 /* Copyright 2015 The TensorFlow Authors. All Rights Reserved.
18 #include "tensorflow/core/framework/op.h"
19 #include "tensorflow/core/framework/op_kernel.h"
23 class FactOp : public tensorflow::OpKernel {
25 explicit FactOp(tensorflow::OpKernelConstruction* context)
28 void Compute(tensorflow::OpKernelContext* context) override {
30 tensorflow::Tensor* output_tensor = nullptr;
32 0, tensorflow::TensorShape(), &output_tensor));
33 using tensorflow::string;
40 REGISTER_KERNEL_BUILDER(Name("Fact").Device(tensorflow::DEVICE_CPU), FactOp)
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
test_util.cc 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/contrib/session_bundle/test_util.h"
18 #include "tensorflow/core/lib/io/path.h"
19 #include "tensorflow/core/platform/env.h"
20 #include "tensorflow/core/platform/test.h"
22 namespace tensorflow { namespace
27 const string base_path = tensorflow::testing::TensorFlowSrcRoot();
28 const string contrib_path = tensorflow::io::JoinPath(
29 tensorflow::testing::TensorFlowSrcRoot(), "/contrib");
30 return tensorflow::io::JoinPath(contrib_path, relative_path)
    [all...]

Completed in 319 milliseconds

1 23 4 5 6 7 8 91011>>