Searched defs:ops (Results 1 - 25 of 1253) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/python/ops/
H A Dstate_grad.py22 from tensorflow.python.framework import ops namespace
25 # TODO(b/31222613): These ops may be differentiable, and there may be
27 ops.NotDifferentiable("Assign")
30 ops.NotDifferentiable("AssignAdd")
33 ops.NotDifferentiable("AssignSub")
36 ops.NotDifferentiable("ScatterAdd")
39 ops.NotDifferentiable("ScatterSub")
42 ops.NotDifferentiable("ScatterMul")
45 ops.NotDifferentiable("ScatterDiv")
48 ops
[all...]
H A Dbitwise_ops.py30 from tensorflow.python.framework import ops namespace
33 from tensorflow.python.ops.gen_bitwise_ops import *
37 ops.NotDifferentiable("BitwiseAnd")
38 ops.NotDifferentiable("BitwiseOr")
39 ops.NotDifferentiable("BitwiseXor")
40 ops.NotDifferentiable("Invert")
41 ops.NotDifferentiable("PopulationCount")
42 ops.NotDifferentiable("LeftShift")
43 ops.NotDifferentiable("RightShift")
H A Dsdca_ops.py27 from tensorflow.python.framework import ops namespace
31 from tensorflow.python.ops.gen_sdca_ops import *
36 ops.NotDifferentiable("SdcaFprint")
37 ops.NotDifferentiable("SdcaOptimizer")
38 ops.NotDifferentiable("SdcaShrinkL1")
H A Dmanip_grad.py21 from tensorflow.python.framework import ops namespace
22 from tensorflow.python.ops import manip_ops
25 @ops.RegisterGradient("Roll")
H A Dspectral_ops_test_util.py21 from tensorflow.python.framework import ops namespace
47 return ops.get_default_graph()._kernel_label_map(d) # pylint: disable=protected-access
49 return ops.get_default_graph()._kernel_label_map({}) # pylint: disable=protected-access
/external/avb/libavb_ab/
H A Davb_ab_ops.h49 AvbOps* ops; member in struct:AvbABOps
/external/elfutils/libdw/
H A Ddwarf_frame_cfa.c38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) argument
48 *ops = NULL;
54 *ops = &fs->cfa_data.offset;
64 ops, nops, IDX_debug_frame);
/external/tensorflow/tensorflow/cc/ops/
H A Dwhile_loop.h19 #include "tensorflow/cc/framework/ops.h"
23 namespace ops { namespace in namespace:tensorflow
71 } // namespace ops
/external/tensorflow/tensorflow/contrib/stateless/
H A D__init__.py15 """Stateless random ops which take seed as a tensor input.
18 the op, these random ops take `seed` as an input, and the random numbers are
21 WARNING: These ops are in contrib, and are not stable. They should be
37 from tensorflow.python.framework import ops namespace
40 ops.NotDifferentiable("StatelessRandomNormal")
41 ops.NotDifferentiable("StatelessRandomUniform")
42 ops.NotDifferentiable("StatelessTruncatedNormal")
/external/avb/libavb_atx/
H A Davb_atx_ops.h47 AvbOps* ops; member in struct:AvbAtxOps
/external/libese/apps/boot/tests/
H A Dese_operations_wrapper.h30 static const struct EseOperations ops; member in class:EseOperationsWrapperData
/external/libese/libese-teq1/tests/
H A Dese_operations_wrapper.h30 static const struct EseOperations ops; member in class:EseOperationsWrapperData
/external/tensorflow/tensorflow/contrib/framework/python/ops/
H A Dops.py21 from tensorflow.python.framework import ops namespace
55 return ops._get_graph_from_inputs(op_input_list, graph)
73 return ops.get_default_graph().get_name_scope()
/external/tensorflow/tensorflow/contrib/py2tf/utils/
H A Dcontext_managers.py23 from tensorflow.python.framework import ops namespace
42 return ops.control_dependencies(return_value)
H A Dmisc.py21 from tensorflow.python.framework import ops namespace
22 from tensorflow.python.ops import array_ops
41 return array_ops.identity(a) if isinstance(a, ops.Tensor) else a
/external/tensorflow/tensorflow/contrib/quantization/python/
H A Dmath_ops.py23 from tensorflow.python.framework import ops namespace
24 from tensorflow.python.ops import gen_math_ops
25 from tensorflow.python.ops.gen_math_ops import *
H A Dnn_ops.py23 from tensorflow.python.framework import ops namespace
24 from tensorflow.python.ops import gen_nn_ops
25 from tensorflow.python.ops.gen_nn_ops import *
/external/tensorflow/tensorflow/examples/adding_an_op/
H A Dzero_out_grad_2.py22 from tensorflow.python.framework import ops namespace
23 from tensorflow.python.ops import array_ops
24 from tensorflow.python.ops import sparse_ops
27 @ops.RegisterGradient("ZeroOut")
/external/tensorflow/tensorflow/python/data/util/
H A Dconvert.py22 from tensorflow.python.framework import ops namespace
30 return ops.convert_to_tensor(
/external/avb/examples/uefi/
H A Duefi_avb_ops.h33 AvbOps ops; member in struct:UEFIAvbOpsData
46 void uefi_avb_ops_free(AvbOps* ops);
/external/tensorflow/tensorflow/cc/framework/
H A Dgrad_op_registry.h21 #include "tensorflow/cc/framework/ops.h"
25 namespace ops { namespace in namespace:tensorflow
45 /// Note that 'func' can be null for ops that have registered no-gradient with
57 } // namespace ops
59 // Macros used to define gradient functions for ops.
71 ::tensorflow::ops::GradOpRegistry::Global()->Register(name, fn)
/external/tensorflow/tensorflow/compiler/tests/
H A Dxla_device_test.py23 from tensorflow.python.framework import ops namespace
24 from tensorflow.python.ops import array_ops
37 with ops.device("GPU"):
39 with ops.device("device:XLA_CPU:0"):
41 with ops.device("GPU"):
/external/tensorflow/tensorflow/contrib/batching/python/ops/
H A Dbatch_ops.py21 from tensorflow.python.framework import ops namespace
22 from tensorflow.python.ops import gen_batch_ops
25 from tensorflow.python.ops.gen_batch_ops import *
29 @ops.RegisterGradient("Batch")
44 @ops.RegisterGradient("Unbatch")
107 with ops.name_scope("batch") as name:
109 if not isinstance(a, ops.Tensor):
123 if isinstance(outputs, ops.Tensor):
127 with ops.name_scope("unbatch") as unbatch_name:
133 if isinstance(outputs, ops
[all...]
/external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
H A Dcustom_grad_impl.py25 from tensorflow.python.framework import ops namespace
26 from tensorflow.python.ops import array_ops
27 from tensorflow.python.ops import math_ops
78 with ops.name_scope(name, "custom_gradient", [fx, gx, x]):
79 fx = ops.convert_to_tensor(fx, name="fx")
82 with ops.control_dependencies([fx]):
83 gx = ops.convert_to_tensor(gx, dtype=fx.dtype, name="gx")
/external/tensorflow/tensorflow/contrib/cloud/python/ops/
H A Dbigquery_reader_ops.py21 from tensorflow.contrib.cloud.python.ops import gen_bigquery_reader_ops
22 from tensorflow.python.framework import ops namespace
23 from tensorflow.python.ops import io_ops
150 ops.NotDifferentiable("BigQueryReader")

Completed in 571 milliseconds

1234567891011>>