HomeSort by relevance Sort by last modified time
    Searched refs:first_const (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/core/common_runtime/
direct_session_test.cc 344 Node* first_const = test::graph::Constant(&g, first_value); local
345 Node* first_identity = test::graph::Identity(&g, first_const);
382 // Feed [first_const, second_const]
384 {{first_const->name(), value_11}, {second_const->name(), value_22}},
392 // Feed [second_const, first_const]
394 {{second_const->name(), value_22}, {first_const->name(), value_11}},
402 // Feed [first_const, first_const]
404 {{first_const->name(), value_11}, {first_const->name(), value_22}}
517 Node* first_const = test::graph::Constant(&g, first_value); local
573 Node* first_const = test::graph::Constant(&g, first_value); local
1171 Node* first_const = test::graph::Constant(&g, first_value); local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/arm/
highbd_idct32x32_1024_add_neon.c 88 const int32_t first_const,
96 d[4] = vdup_n_s32(first_const);
idct32x32_add_neon.c 116 const int16_t first_const,
129 d[4] = vdup_n_s16(first_const);
  /external/python/cpython3/Python/
compile.c 1811 PyObject *qualname, *first_const = Py_None; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 1387 PyObject *first_const = Py_None; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 1364 PyObject *first_const = Py_None; local
    [all...]
  /external/python/cpython2/Python/
compile.c 1346 PyObject *first_const = Py_None; local
    [all...]

Completed in 435 milliseconds