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

<<11121314151617181920>>

  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.h 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/framework/op_def.pb.h"
20 #include "tensorflow/core/framework/op_gen_lib.h"
21 #include "tensorflow/core/platform/types.h"
23 namespace tensorflow { namespace
29 } // namespace tensorflow
  /external/tensorflow/tensorflow/cc/saved_model/
tag_constants.h 1 /* Copyright 2016 The TensorFlow Authors. All Rights Reserved.
19 namespace tensorflow { namespace
33 } // namespace tensorflow
  /external/tensorflow/tensorflow/compiler/jit/
graph_to_functiondef.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/core/framework/function.h"
20 #include "tensorflow/core/graph/graph.h"
21 #include "tensorflow/core/lib/core/status.h"
23 namespace tensorflow { namespace
27 // third_party/tensorflow/python/framework/function.py
31 } // namespace tensorflow
jit_compilation_pass_registration.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/compiler/jit/build_xla_launch_ops_pass.h"
17 #include "tensorflow/compiler/jit/encapsulate_subgraphs_pass.h"
18 #include "tensorflow/compiler/jit/mark_for_compilation_pass.h"
19 #include "tensorflow/core/common_runtime/optimization_registry.h"
21 namespace tensorflow { namespace
37 } // namespace tensorflow
  /external/tensorflow/tensorflow/compiler/jit/ops/
xla_ops.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/core/framework/op.h"
18 namespace tensorflow { namespace
35 } // namespace tensorflow
  /external/tensorflow/tensorflow/compiler/tf2xla/
const_analysis.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
21 #include "tensorflow/core/graph/graph.h"
22 #include "tensorflow/core/lib/core/status.h"
24 namespace tensorflow { namespace
31 } // namespace tensorflow
  /external/tensorflow/tensorflow/compiler/xla/legacy_flags/
debug_options_flags.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
21 #include "tensorflow/compiler/xla/xla.pb.h"
22 #include "tensorflow/core/util/command_line_flags.h"
28 void AppendDebugOptionsFlags(std::vector<tensorflow::Flag>* flag_list);
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_copy_insertion.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/compiler/xla/service/hlo_module.h"
20 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
35 tensorflow::StringPiece name() const override { return "copy-insertion"; }
  /external/tensorflow/tensorflow/compiler/xla/service/
flatten_call_graph.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
21 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
22 #include "tensorflow/compiler/xla/statusor.h"
31 tensorflow::StringPiece name() const override { return "flatten-call-graph"; }
hlo_constant_folding.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/compiler/xla/service/hlo_module.h"
20 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
28 tensorflow::StringPiece name() const override { return "constant_folding"; }
hlo_pass_interface.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/compiler/xla/service/hlo_module.h"
20 #include "tensorflow/compiler/xla/status_macros.h"
21 #include "tensorflow/compiler/xla/statusor.h"
22 #include "tensorflow/compiler/xla/types.h"
23 #include "tensorflow/core/platform/macros.h"
32 virtual tensorflow::StringPiece name() const = 0;
hlo_subcomputation_unification.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
27 tensorflow::StringPiece name() const override {
reshape_mover.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
29 tensorflow::StringPiece name() const override { return "reshape-mover"; }
zero_sized_hlo_elimination.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
19 #include "tensorflow/compiler/xla/service/hlo_module.h"
20 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h"
27 tensorflow::StringPiece name() const override {
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
sequential_thunk.cc 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
16 #include "tensorflow/compiler/xla/service/gpu/sequential_thunk.h"
18 #include "tensorflow/core/lib/core/errors.h"
27 tensorflow::Status SequentialThunk::Initialize(
32 return tensorflow::Status::OK();
35 tensorflow::Status SequentialThunk::ExecuteOnStream(
41 return tensorflow::Status::OK();
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
layers.py 1 # Copyright 2017 The TensorFlow Authors. All Rights Reserved.
26 from tensorflow.contrib.bayesflow.python.ops.layers_conv_variational import *
27 from tensorflow.contrib.bayesflow.python.ops.layers_dense_variational import *
28 from tensorflow.contrib.bayesflow.python.ops.layers_util import *
30 from tensorflow.python.util.all_util import remove_undocumented
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
split_handler_ops.py 1 # Copyright 2016 The TensorFlow Authors. All Rights Reserved.
21 from tensorflow.contrib.boosted_trees.python.ops import boosted_trees_ops_loader
24 from tensorflow.contrib.boosted_trees.python.ops.gen_split_handler_ops import *
training_ops.py 1 # Copyright 2017 The TensorFlow Authors. All Rights Reserved.
21 from tensorflow.contrib.boosted_trees.python.ops import boosted_trees_ops_loader
24 from tensorflow.contrib.boosted_trees.python.ops.gen_training_ops import *
  /external/tensorflow/tensorflow/contrib/coder/python/ops/
coder_ops.py 1 # Copyright 2018 The TensorFlow Authors. All Rights Reserved.
22 from tensorflow.contrib.coder.python.ops import gen_coder_ops
23 from tensorflow.contrib.coder.python.ops.gen_coder_ops import *
25 from tensorflow.contrib.util import loader
26 from tensorflow.python.platform import resource_loader
  /external/tensorflow/tensorflow/contrib/decision_trees/
__init__.py 1 # Copyright 2017 The TensorFlow Authors. All Rights Reserved.
15 """Shared representations for tree-based models in tensorflow."""
21 from tensorflow.contrib.decision_trees.proto import *
24 from tensorflow.python.util.all_util import remove_undocumented
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
audio_ops.py 1 # Copyright 2017 The TensorFlow Authors. All Rights Reserved.
31 from tensorflow.python.ops.gen_audio_ops import *
34 from tensorflow.python.util.all_util import remove_undocumented
  /external/tensorflow/tensorflow/contrib/gan/python/losses/
__init__.py 25 from tensorflow.contrib.gan.python.losses.python import losses_wargs as wargs
26 from tensorflow.contrib.gan.python.losses.python import tuple_losses
29 from tensorflow.contrib.gan.python.losses.python.tuple_losses import *
32 from tensorflow.python.util.all_util import remove_undocumented
  /external/tensorflow/tensorflow/contrib/kafka/ops/
kafka_ops.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"
18 #include "tensorflow/core/framework/shape_inference.h"
20 namespace tensorflow { namespace
44 } // namespace tensorflow
  /external/tensorflow/tensorflow/contrib/keras/api/keras/regularizers/
__init__.py 1 # Copyright 2016 The TensorFlow Authors. All Rights Reserved.
22 from tensorflow.python.keras._impl.keras.regularizers import L1L2
23 from tensorflow.python.keras._impl.keras.regularizers import Regularizer
27 from tensorflow.python.keras._impl.keras.regularizers import l1
28 from tensorflow.python.keras._impl.keras.regularizers import l2
29 from tensorflow.python.keras._impl.keras.regularizers import l1_l2
32 from tensorflow.python.keras._impl.keras.regularizers import deserialize
33 from tensorflow.python.keras._impl.keras.regularizers import serialize
34 from tensorflow.python.keras._impl.keras.regularizers import get
  /external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/
resolve_svdf.h 1 /* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
21 #include "tensorflow/contrib/lite/toco/model.h"
22 #include "tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster.h"
23 #include "tensorflow/contrib/lite/toco/tensorflow_graph_matching/cluster_utils.h"
24 #include "tensorflow/contrib/lite/toco/tooling_util.h"
25 #include "tensorflow/core/framework/attr_value.pb.h"
26 #include "tensorflow/core/framework/graph.pb.h"
27 #include "tensorflow/core/framework/node_def.pb.h"
55 const std::vector<const tensorflow::NodeDef*>& const_node_parts,
57 const std::unique_ptr<tensorflow::NodeDef>& merged_node)
    [all...]

Completed in 1366 milliseconds

<<11121314151617181920>>