Home
last modified time | relevance | path

Searched refs:gathered (Results 1 – 25 of 52) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/mpi_collectives/
Dmpi_ops_test.py212 gathered = mpi.allgather(tensor)
214 gathered_tensor = session.run(gathered)
244 gathered = mpi.allgather(tensor)
246 gathered_tensor = session.run(gathered)
253 rank_tensor = tf.slice(gathered,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_RaggedGather.pbtxt23 gathered.
70 provides the values that should be gathered.
72 values should be gathered.
Dapi_def_TensorListStack.pbtxt8 tensor: the gathered result
Dapi_def_GatherV2.pbtxt26 Values from `params` gathered from indices given by `indices`, with
Dapi_def_GatherNd.pbtxt18 Values from `params` gathered from indices given by `indices`, with
Dapi_def_BatchFunction.pbtxt114 the values of `a` will be gathered, non-deterministically concatenated
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dfeature_column_ops.py901 gathered = list(feature_columns)
903 while i < len(gathered):
904 for column in _get_parent_columns(gathered[i]):
905 if column not in gathered:
906 gathered.append(column)
908 return gathered
/external/u-boot/doc/device-tree-bindings/thermal/
Dti_soc_thermal.txt4 and a temperature sensor feature that are gathered in the band
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DREADME.txt6 seen nor worked with this MCU, all information was gathered from datasheet
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DREADME.txt6 seen nor worked with this MCU, all information was gathered from datasheet
/external/llvm/lib/Target/MSP430/
DREADME.txt6 seen nor worked with this MCU, all information was gathered from datasheet
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_profile_printer_data.proto22 // Describes how to pretty-print a profile counter array gathered for a specific
/external/clang/docs/
DSanitizerStats.rst38 the function name. The third column is the type of statistic gathered (in
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in62 # total number of blocks are gathered from the ext2 filesystem itself.
/external/perfetto/protos/perfetto/trace/ftrace/
Dftrace_stats.proto22 // Per-CPU stats for the ftrace data source gathered from the kernel from
/external/tensorflow/tensorflow/python/ops/
Dmath_grad.py294 gathered = array_ops.gather(params, zero_clipped_indices)
300 for _ in range(gathered.shape.ndims - is_positive.shape.ndims):
303 array_ops.ones_like(gathered, dtype=dtypes.bool))
305 zero_slice = array_ops.zeros_like(gathered)
306 return (array_ops.where(is_positive, gathered, zero_slice),
/external/deqp/doc/testspecs/GLES31/
Dfunctional.debug.txt69 messages produced by these calls are first gathered without any filtering.
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/
Dreg-usage.ll112 ; be gathered into a vector. For VF == 16, the vector version of %tmp will be <16 x i64>
/external/u-boot/doc/
DREADME.falcon115 responsible to transfer the gathered information (assembled ATAGS list
/external/mesa3d/docs/specs/
DMESA_query_renderer.spec42 gathered at this stage may guide choices the application makes about
/external/tensorflow/tensorflow/compiler/aot/
Dtfcompile.bzl89 program, and emit metadata that lets us pretty-print the gathered
/external/tensorflow/tensorflow/python/kernel_tests/
Dresource_variable_ops_test.py627 gathered = resource_variable_ops.resource_gather(
629 gradients_impl.gradients([gathered], [updates])
/external/ltp/android/
DREADME.md171 Test results are also gathered by Linaro and may be seen
/external/scapy/doc/scapy/
Ddevelopment.rst75 …apy. You can also help by adding usage examples of your own or directly gathered from existing onl…
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DLLVMBuild.rst41 gathered by the LLVMBuild tools. The tools automatically traverse the

123