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

1 23 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/contrib/data/python/ops/
counter.py 20 from tensorflow.contrib.data.python.ops import scan_ops
22 from tensorflow.python.data.ops import dataset_ops
24 from tensorflow.python.framework import ops
48 with ops.name_scope("counter"):
49 start = ops.convert_to_tensor(start, dtype=dtype, name="start")
50 step = ops.convert_to_tensor(step, dtype=dtype, name="step")
  /external/tensorflow/tensorflow/contrib/factorization/
__init__.py 15 """Ops and modules related to factorization."""
22 from tensorflow.contrib.factorization.python.ops.clustering_ops import *
23 from tensorflow.contrib.factorization.python.ops.factorization_ops import *
24 from tensorflow.contrib.factorization.python.ops.gmm import *
25 from tensorflow.contrib.factorization.python.ops.gmm_ops import *
26 from tensorflow.contrib.factorization.python.ops.kmeans import *
27 from tensorflow.contrib.factorization.python.ops.wals import *
  /external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
__init__.py 16 """Various TensorFlow Ops."""
23 from tensorflow.contrib.learn.python.learn.ops.embeddings_ops import *
24 from tensorflow.contrib.learn.python.learn.ops.losses_ops import *
25 from tensorflow.contrib.learn.python.learn.ops.seq2seq_ops import *
  /external/tensorflow/tensorflow/contrib/quantization/python/
math_ops.py 23 from tensorflow.python.framework import ops
24 from tensorflow.python.ops import gen_math_ops
25 from tensorflow.python.ops.gen_math_ops import *
nn_ops.py 23 from tensorflow.python.framework import ops
24 from tensorflow.python.ops import gen_nn_ops
25 from tensorflow.python.ops.gen_nn_ops import *
  /external/tensorflow/tensorflow/contrib/cudnn_rnn/python/layers/
__init__.py 26 from tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops import CudnnCompatibleGRUCell
27 from tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops import CudnnCompatibleLSTMCell
28 from tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops import CudnnGRUSaveable
29 from tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops import CudnnLSTMSaveable
30 from tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops import CudnnRNNReluSaveable
31 from tensorflow.contrib.cudnn_rnn.python.ops.cudnn_rnn_ops import CudnnRNNTanhSaveable
  /external/tensorflow/tensorflow/contrib/framework/python/ops/
ops.py 21 from tensorflow.python.framework import ops
55 return ops._get_graph_from_inputs(op_input_list, graph)
73 return ops.get_default_graph().get_name_scope()
  /external/tensorflow/tensorflow/contrib/nccl/
__init__.py 15 """Functions for using NVIDIA nccl collective ops.
30 from tensorflow.contrib.nccl.python.ops.nccl_ops import all_max
31 from tensorflow.contrib.nccl.python.ops.nccl_ops import all_min
32 from tensorflow.contrib.nccl.python.ops.nccl_ops import all_prod
33 from tensorflow.contrib.nccl.python.ops.nccl_ops import all_sum
34 from tensorflow.contrib.nccl.python.ops.nccl_ops import broadcast
35 from tensorflow.contrib.nccl.python.ops.nccl_ops import reduce_sum
  /external/tensorflow/tensorflow/contrib/nn/
__init__.py 15 """Module for variants of ops in tf.nn.
33 from tensorflow.contrib.nn.python.ops.alpha_dropout import *
34 from tensorflow.contrib.nn.python.ops.cross_entropy import *
35 from tensorflow.contrib.nn.python.ops.sampling_ops import *
36 from tensorflow.contrib.nn.python.ops.scaled_softplus import *
37 from tensorflow.python.ops.nn_ops import conv1d_transpose
38 from tensorflow.python.ops.nn_ops import nth_element
  /external/tensorflow/tensorflow/python/profiler/internal/
flops_registry.py 22 from tensorflow.python.framework import ops
25 # List of all ops which have implemented flops statistics.
27 # Unary ops
30 # Binary ops
34 # Reduction ops
39 # Other ops
41 # Ops implemented in core tensorflow:
49 return ops.OpStats("flops", 0)
68 return ops.OpStats("flops", in_shape.num_elements() * ops_per_element)
71 @ops.RegisterStatistics("Reciprocal", "flops"
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SelChImpl.java 46 * Adds the specified ops if present in interestOps. The specified
47 * ops are turned on without affecting the other ops.
53 public boolean translateAndUpdateReadyOps(int ops, SelectionKeyImpl sk);
56 * Sets the specified ops if present in interestOps. The specified
57 * ops are turned on, and all other ops are turned off.
63 public boolean translateAndSetReadyOps(int ops, SelectionKeyImpl sk);
65 void translateAndSetInterestOps(int ops, SelectionKeyImpl sk);
  /external/avb/libavb_user/
avb_ops_user.h 63 void avb_ops_user_free(AvbOps* ops);
  /external/elfutils/libdw/
dwarf_frame_cfa.c 38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops)
48 *ops = NULL;
54 *ops = &fs->cfa_data.offset;
64 ops, nops, IDX_debug_frame);
  /external/tensorflow/tensorflow/cc/framework/
cc_op_gen.h 26 void WriteCCOps(const OpList& ops, const ApiDefMap& api_def_map,
  /external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
split_handler_ops.py 15 """Split handler custom ops."""
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 15 """Import and conditionally load custom ops for training boosted trees."""
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/tensor_forest/python/ops/
stats_ops.py 15 """Stats ops python wrappers."""
20 from tensorflow.contrib.tensor_forest.python.ops import gen_stats_ops
22 from tensorflow.contrib.tensor_forest.python.ops.gen_stats_ops import finalize_tree
23 from tensorflow.contrib.tensor_forest.python.ops.gen_stats_ops import grow_tree_v4
24 from tensorflow.contrib.tensor_forest.python.ops.gen_stats_ops import process_input_v4
28 from tensorflow.python.framework import ops
29 from tensorflow.python.ops import resources
38 ops.NotDifferentiable("FertileStatsVariable")
39 ops.NotDifferentiable("FertileStatsSerialize")
40 ops.NotDifferentiable("FertileStatsDeserialize"
    [all...]
  /external/tensorflow/tensorflow/python/ops/
image_ops.py 17 """Image processing and decoding ops.
80 from tensorflow.python.ops.gen_image_ops import *
81 from tensorflow.python.ops.image_ops_impl import *
86 from tensorflow.python.ops.image_ops_impl import _Check3DImage
87 from tensorflow.python.ops.image_ops_impl import _ImageDimensions
  /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/
Dispatcher.java 54 void register(SelectableChannel ch, int ops, Handler h)
  /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/
Dispatcher.java 54 void register(SelectableChannel ch, int ops, Handler h)
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d10v/
immediate-002.s 0 ;; ops with immediate args
immediate-003.s 0 ;; ops with immediate args
immediate-004.s 0 ;; ops with immediate args
immediate-005.s 0 ;; ops with immediate args
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
syntax-2.s 4 ! pseudo-ops

Completed in 1039 milliseconds

1 23 4 5 6 7 8 91011>>