/external/tensorflow/tensorflow/compiler/xla/tests/ |
select_and_scatter_test.cc | 74 Array<float> o(operand_shape); 79 Array<float> s(source_shape); 204 // Test for F32 1D array, with a zero-element input. 214 // Test for F32 1D array, when windows do not overlap. 226 // Test for S32 1D array, when windows do not overlap and the init value is 1. 237 // Test for S32 1D array, when windows overlap with each other. 248 // Test for S32 2D array, when windows do not overlap. 289 // Test for S32 2D array, when windows overlap with each other. 301 // Test for S32 2D array, when the padding is Padding::kSAME. 313 // Test for S32 2D array, when the padding is Padding::kSAME and windows overla [all...] |
/external/tensorflow/tensorflow/go/ |
tensor.go | 63 // Tensor holds a multi-dimensional array of elements of a single data type. 81 // TF_STRING tensors are encoded as an array of 8-byte offsets 240 for typ.Kind() == reflect.Array || typ.Kind() == reflect.Slice { 286 // val MUST be a string, or a container (array/slice etc.) of strings. 291 // Otherwise must be an array or slice. 317 case reflect.Array, reflect.Slice:
|
tensor_test.go | 55 {[]int64{2}, [2]string{"string", "array"}}, 101 if reflect.TypeOf(test.value).Kind() != reflect.Array {
|
/external/v8/src/inspector/ |
v8-stack-trace-impl.cc | 75 std::unique_ptr<protocol::Array<protocol::Runtime::CallFrame>> 76 inspectorFrames = protocol::Array<protocol::Runtime::CallFrame>::create();
|
/art/runtime/entrypoints/quick/ |
quick_entrypoints_list.h | 73 V(AputObject, void, mirror::Array*, int32_t, mirror::Object*) \
|
/developers/build/prebuilts/gradle/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/ |
Camera2BasicFragment.kt | 298 permissions: Array<String>, 778 choices: Array<Size>,
|
/developers/samples/android/media/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/ |
Camera2BasicFragment.kt | 298 permissions: Array<String>, 778 choices: Array<Size>,
|
/development/tools/winscope/src/ |
transform_sf.js | 216 if (Array.isArray(e.children)) {
|
/external/adhd/scripts/mic_testing/frontend/ |
recorder.js | 77 * @return {array} frequencies list 112 * @param {array} frequencies list 161 * @param {array} frequencies list 162 * @return {array} start and end indices 168 var index = new Array(2); 272 * Merges buffer into an array 273 * @param {array} a list of Float32Array of audio buffer
|
/external/antlr/runtime/Ruby/lib/antlr3/ |
template.rb | 293 class ParameterList < ::Array
|
/external/brotli/csharp/org/brotli/dec/ |
Decode.cs | 480 System.Array.Copy(state.ringBuffer, 0, newBuffer, 0, state.ringBufferSize);
492 System.Array.Copy(state.customDictionary, offset, newBuffer, 0, length);
648 System.Array.Copy(state.ringBuffer, state.bytesWritten, state.output, state.outputOffset + state.outputUsed, toWrite);
[all...] |
/external/chromium-trace/catapult/third_party/pyserial/serial/ |
serialcli.py | 20 # must invoke function with byte array, make a helper to convert strings 22 sab = System.Array[System.Byte] 175 # must call overloaded method with byte array argument
|
/external/clang/test/SemaCXX/ |
lambda-expressions.cpp | 113 namespace Array {
|
/external/deqp/modules/glshared/ |
glsLongStressCase.hpp | 126 tcu::Array<float, ValRows*ValCols> data = src.getColumnMajorData();
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
Types.java | 34 // TODO: handle array and other types 456 else if (_parameterType.isArray ()) // array type: 500 // array type: 518 // array type: 528 Object array = Array.newInstance (component, 0); local 529 return array.getClass (); 558 // array type: 576 // array type: 584 String array = component + " []" local [all...] |
/external/grpc-grpc/src/ruby/spec/generic/ |
client_stub_spec.rb | 290 /Header values must be of type string or array/) 364 @sent_msgs = Array.new(3) { |i| 'msg_' + (i + 1).to_s } 394 /Header values must be of type string or array/) 456 @replys = Array.new(3) { |i| 'reply_' + (i + 1).to_s } 498 /Header values must be of type string or array/) 613 @sent_msgs = Array.new(3) { |i| 'msg_' + (i + 1).to_s } 614 @replys = Array.new(3) { |i| 'reply_' + (i + 1).to_s } 659 /Header values must be of type string or array/) [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
DayPeriodRules.java | 123 UResource.Array cutoffArray = value.getArray(); 178 // We've gone around the array once and can't find a BEFORE.
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
DayPeriodRules.java | 116 UResource.Array cutoffArray = value.getArray(); 171 // We've gone around the array once and can't find a BEFORE.
|
/external/mesa3d/src/gallium/include/pipe/ |
p_shader_tokens.h | 139 unsigned Array : 1; /**< extra array info? */ 717 * File specifies the register array to access.
|
/external/mesa3d/src/mesa/state_tracker/ |
st_draw.c | 75 if (ctx->Array._PrimitiveRestart) {
|
/external/mesa3d/src/mesa/vbo/ |
vbo_minmax_index.c | 243 const GLboolean restart = ctx->Array._PrimitiveRestart;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
RegAllocGreedy.cpp | 742 assert(T < GroupSize && "Array overflow"); 751 assert(B < GroupSize && "Array overflow"); 767 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B); 768 SpillPlacer->addConstraints(Array); 773 ArrayRef<SpillPlacement::BlockConstraint> Array(BCS, B); 774 SpillPlacer->addConstraints(Array); [all...] |
/external/tensorflow/tensorflow/compiler/xla/service/ |
hlo_matchers_test.cc | 157 Array<int64> assignment({2});
|
/external/tensorflow/tensorflow/core/util/ctc/ |
ctc_loss_calculator.h | 54 typedef Eigen::ArrayXf Array; 143 // Check validity of sequence_length array values. 213 y_b_col = (inputs[t].row(b).array() - max_coeff).exp(); 243 (*gradients)[t].row(b).array() = dy.col(t); 283 // labels is a Label array of size batch_size
|
/external/tensorflow/tensorflow/lite/toco/ |
allocate_transient_arrays.cc | 32 // The life span of an array. 34 // If true, the array is persistent state (as in a RNN). In that case, 39 // Index of the first op addressing that array. The array must be allocated 42 // Index of the last op addressing that array. We want to deallocate the array 56 // one array for one op. 74 // Computes the ArrayLifespan for each array. 121 // that is wide enough for the new array. 133 // so we allocate the new array at the end of the allocation space 167 const auto& array = &model.GetArray(array_name); local 202 const auto& array = &model.GetArray(array_name); local 214 const auto& array = &model.GetArray(array_name); local [all...] |