Searched refs:gathered (Results 1 – 25 of 52) sorted by relevance
123
/external/tensorflow/tensorflow/contrib/mpi_collectives/ |
D | mpi_ops_test.py | 212 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/ |
D | api_def_RaggedGather.pbtxt | 23 gathered. 70 provides the values that should be gathered. 72 values should be gathered.
|
D | api_def_TensorListStack.pbtxt | 8 tensor: the gathered result
|
D | api_def_GatherV2.pbtxt | 26 Values from `params` gathered from indices given by `indices`, with
|
D | api_def_GatherNd.pbtxt | 18 Values from `params` gathered from indices given by `indices`, with
|
D | api_def_BatchFunction.pbtxt | 114 the values of `a` will be gathered, non-deterministically concatenated
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | feature_column_ops.py | 901 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/ |
D | ti_soc_thermal.txt | 4 and a temperature sensor feature that are gathered in the band
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_profile_printer_data.proto | 22 // Describes how to pretty-print a profile counter array gathered for a specific
|
/external/clang/docs/ |
D | SanitizerStats.rst | 38 the function name. The third column is the type of statistic gathered (in
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.conf.in | 62 # total number of blocks are gathered from the ext2 filesystem itself.
|
/external/perfetto/protos/perfetto/trace/ftrace/ |
D | ftrace_stats.proto | 22 // Per-CPU stats for the ftrace data source gathered from the kernel from
|
/external/tensorflow/tensorflow/python/ops/ |
D | math_grad.py | 294 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/ |
D | functional.debug.txt | 69 messages produced by these calls are first gathered without any filtering.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopVectorize/X86/ |
D | reg-usage.ll | 112 ; be gathered into a vector. For VF == 16, the vector version of %tmp will be <16 x i64>
|
/external/u-boot/doc/ |
D | README.falcon | 115 responsible to transfer the gathered information (assembled ATAGS list
|
/external/mesa3d/docs/specs/ |
D | MESA_query_renderer.spec | 42 gathered at this stage may guide choices the application makes about
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | tfcompile.bzl | 89 program, and emit metadata that lets us pretty-print the gathered
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | resource_variable_ops_test.py | 627 gathered = resource_variable_ops.resource_gather( 629 gradients_impl.gradients([gathered], [updates])
|
/external/ltp/android/ |
D | README.md | 171 Test results are also gathered by Linaro and may be seen
|
/external/scapy/doc/scapy/ |
D | development.rst | 75 …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/ |
D | LLVMBuild.rst | 41 gathered by the LLVMBuild tools. The tools automatically traverse the
|
123