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

  /external/tensorflow/tensorflow/go/genop/internal/
api_def_map.go 49 // oplist is and OpList proto instance (see
51 // for OpList proto definition).
53 func newAPIDefMap(oplist *pb.OpList) (*apiDefMap, error) {
54 // Create a buffer containing the serialized OpList.
55 opdefSerialized, err := proto.Marshal(oplist)
57 return nil, fmt.Errorf("could not serialize OpDef for %s", oplist.String())
  /external/tensorflow/tensorflow/contrib/quantize/python/
fold_batch_norms.py 594 oplist = graph.get_operations()
597 for op in oplist:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py 662 oplist = [
673 oplist.append(('/', '__div__', '__rdiv__'))
676 oplist.append(('/', '__truediv__', '__rtruediv__'))
678 for sym, lop, rop in oplist:
    [all...]
  /external/python/cpython2/Lib/test/
test_decimal.py 661 oplist = [
672 oplist.append(('/', '__div__', '__rdiv__'))
675 oplist.append(('/', '__truediv__', '__rtruediv__'))
677 for sym, lop, rop in oplist:
    [all...]
  /external/python/cpython3/Lib/test/
test_decimal.py     [all...]

Completed in 155 milliseconds